We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f894c commit ba939c7Copy full SHA for ba939c7
1 file changed
.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
+ python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
12
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
13
env:
14
TOXENV: py
0 commit comments