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 ed74a01 commit 2523a98Copy full SHA for 2523a98
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
strategy:
28
matrix:
29
- python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.11"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.10"]
30
fail-fast: false
31
steps:
32
- uses: actions/checkout@v6
0 commit comments