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 1d1cd3e commit 47fe3a5Copy full SHA for 47fe3a5
.github/workflows/run_tests.yml
@@ -20,7 +20,7 @@ jobs:
20
name: tests
21
strategy:
22
matrix:
23
- python: ['3.7', '3.8', '3.9']
+ python: ['3.7', '3.8', '3.9', '3.10']
24
fail-fast: false
25
runs-on: ubuntu-latest
26
steps:
0 commit comments