Skip to content

Commit 9083630

Browse files
committed
workflows: Test on 3.10 final
1 parent 4d5dddd commit 9083630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0-rc.1]
17+
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
1818
os: [windows-latest, ubuntu-latest, macos-latest]
1919
exclude:
2020
# Python 3.5 is unable to properly

0 commit comments

Comments
 (0)