Skip to content

Commit 533c1f5

Browse files
Test PyPy 3.11
PyPy 3.11 is the currently supported version. Perhaps we should get rid of PyPy 3.9 and 3.10, but let's defer to a later PR or commit.
1 parent 5c15902 commit 533c1f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
python-version:
1010
- "pypy-3.9"
1111
- "pypy-3.10"
12+
- "pypy-3.11"
1213
- "3.9"
1314
- "3.10"
1415
- "3.11"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
py{39, 310, 311, 312, 313, 314}
4-
pypy{39, 310}
4+
pypy{39, 310, 311}
55
pep8
66
packaging
77
noextra

0 commit comments

Comments
 (0)