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 6d969c5 commit d41265eCopy full SHA for d41265e
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-20.04
19
strategy:
20
matrix:
21
- python-version: [3.6, 3.7, 3.8, 3.9]
+ python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
22
fail-fast: false
23
24
steps:
0 commit comments