Skip to content

Commit 20671c1

Browse files
committed
Support PyPy 3.11
1 parent ec5ad2c commit 20671c1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
cpython-beta: "3.14"
4141
pypys:
4242
- "3.10"
43+
- "3.11"
4344
tox-post-environments:
4445
- "py3.9-minimum_dependencies"
4546
- "py3.9-http-lxml"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Python support
2+
--------------
3+
4+
* Support PyPy 3.11.

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ min_version = 4.3.5
33
envlist =
44
coverage_erase
55
py{3.14, 3.13, 3.12, 3.11, 3.10, 3.9}{-http-lxml,}
6-
pypy{3.10}{-http,}
6+
pypy{3.11, 3.10}{-http,}
77
py3.9-minimum_dependencies
88
coverage_report
99
mypy
@@ -18,7 +18,7 @@ wheel_build_env = build_wheel
1818

1919
depends =
2020
py{3.14, 3.13, 3.12, 3.11, 3.10, 3.9}{-http,}{-lxml,}{-minimum_dependencies,}: coverage_erase
21-
pypy{3.10}{-http,}: coverage_erase
21+
pypy{3.11, 3.10}{-http,}: coverage_erase
2222
deps =
2323
-rrequirements/test/requirements.txt
2424
# The dependencies here must match the minimums declared in `pyproject.toml`.
@@ -54,7 +54,7 @@ commands = coverage erase
5454
[testenv:coverage_report]
5555
depends =
5656
py{3.14, 3.13, 3.12, 3.11, 3.10, 3.9}{-http,}{-lxml,}{-minimum_dependencies,}
57-
pypy{3.10}{-http,}
57+
pypy{3.11, 3.10}{-http,}
5858
skipsdist = true
5959
skip_install = true
6060
deps = -rrequirements/test/requirements.txt

0 commit comments

Comments
 (0)