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 de60a6d commit f8be865Copy full SHA for f8be865
.github/workflows/coverage.yml
@@ -50,6 +50,7 @@ jobs:
50
- "3.10"
51
- "3.11"
52
- "3.12"
53
+ - "3.13"
54
- "pypy-3.8"
55
- "pypy-3.9"
56
- "pypy-3.10"
.github/workflows/testsuite.yml
@@ -50,12 +50,13 @@ jobs:
57
exclude:
58
# Windows pypy 3.9 and 3.10 get stuck with PyPy 7.3.15. I hope to
- # unstick them, but I don't want that to block all other progress, so
59
+ # unstick them, but I don't want that to block all other progress, so
60
# skip them for now.
61
- os: windows
62
python-version: "pypy-3.9"
0 commit comments