We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d547122 commit a2bd7adCopy full SHA for a2bd7ad
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ${{ matrix.os }}
34
strategy:
35
matrix:
36
- python-version: ["3.7", "3.8", "3.9"]
+ python-version: ["3.7", "3.8", "3.9", "3.10"]
37
os: [ubuntu-latest, macos-latest, windows-latest]
38
steps:
39
- uses: actions/checkout@v2
0 commit comments