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 a620be6 commit 8730d8eCopy full SHA for 8730d8e
.github/workflows/ci.yml
@@ -20,8 +20,7 @@ jobs:
20
- "3.12"
21
- "3.13"
22
- "3.14"
23
- - pypy-3.9
24
- - pypy-3.10
+ - pypy-3.11
25
26
steps:
27
- uses: actions/checkout@v4
tox.ini
@@ -10,8 +10,7 @@ python =
10
3.12: py312
11
3.13: py313
12
3.14: py314
13
- pypy-3.9: pypy3
14
- pypy-3.10: pypy3
+ pypy-3.11: pypy3
15
16
[testenv]
17
deps = -r{toxinidir}/test-requirements.txt
0 commit comments