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 59b858c commit e2964f1Copy full SHA for e2964f1
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", pypy-3.9]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", pypy-3.10]
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v3
0 commit comments