We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad53c0 commit 6b63f68Copy full SHA for 6b63f68
1 file changed
.github/workflows/pythonpackage.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
19
os: [ubuntu-latest, macos-latest]
20
21
steps:
0 commit comments