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 fb6cac2 commit a419645Copy full SHA for a419645
1 file changed
.github/workflows/ci-cd.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
python-version: [
14
"3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14",
15
- "pypy-2.7", "pypy-3.10"
+ "pypy-2.7", "pypy-3.11"
16
]
17
os: [ubuntu-latest, macOS-latest, windows-latest]
18
0 commit comments