Skip to content

Commit 8730d8e

Browse files
committed
Test latest PyPy3.11
1 parent a620be6 commit 8730d8e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
- "3.12"
2121
- "3.13"
2222
- "3.14"
23-
- pypy-3.9
24-
- pypy-3.10
23+
- pypy-3.11
2524

2625
steps:
2726
- uses: actions/checkout@v4

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ python =
1010
3.12: py312
1111
3.13: py313
1212
3.14: py314
13-
pypy-3.9: pypy3
14-
pypy-3.10: pypy3
13+
pypy-3.11: pypy3
1514

1615
[testenv]
1716
deps = -r{toxinidir}/test-requirements.txt

0 commit comments

Comments
 (0)