We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5dddd commit 9083630Copy full SHA for 9083630
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0-rc.1]
+ python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
18
os: [windows-latest, ubuntu-latest, macos-latest]
19
exclude:
20
# Python 3.5 is unable to properly
0 commit comments