This commit is contained in:
Bastian Venthur 2021-06-23 10:52:32 +02:00
parent 16f2db6623
commit 43b755c47c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10]
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2