We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af858bf commit d701fa5Copy full SHA for d701fa5
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
strategy:
28
matrix:
29
- python-version: [3.7, 3.8, 3.9, "pypy-3.7"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.7", "pypy-3.8"]
30
fail-fast: false
31
steps:
32
- uses: actions/checkout@v2
0 commit comments