Skip to content

Commit 997ff77

Browse files
authored
Merge pull request #134 from kurtmckee/pypy-3.11-only
Drop support for PyPy 3.10
2 parents 709d71e + 0e0f50c commit 997ff77

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
- "3.13"
4040
cpython-beta: "3.14"
4141
pypys:
42-
- "3.10"
4342
- "3.11"
4443
tox-post-environments:
4544
- "py3.9-minimum_dependencies"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Python support
2+
--------------
3+
4+
* Drop support for PyPy 3.10.

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.11, 3.10}{-http,}
6+
pypy{3.11}{-http,}
77
py3.9-minimum_dependencies
88
coverage_report
99
build
@@ -20,7 +20,7 @@ wheel_build_env = build_wheel
2020

2121
depends =
2222
py{3.14, 3.13, 3.12, 3.11, 3.10, 3.9}{-http,}{-lxml,}{-minimum_dependencies,}: coverage_erase
23-
pypy{3.11, 3.10}{-http,}: coverage_erase
23+
pypy{3.11}{-http,}: coverage_erase
2424
deps =
2525
-rrequirements/test/requirements.txt
2626
# The dependencies here must match the minimums declared in `pyproject.toml`.
@@ -68,7 +68,7 @@ commands = coverage erase
6868
[testenv:coverage_report]
6969
depends =
7070
py{3.14, 3.13, 3.12, 3.11, 3.10, 3.9}{-http,}{-lxml,}{-minimum_dependencies,}
71-
pypy{3.11, 3.10}{-http,}
71+
pypy{3.11}{-http,}
7272
skipsdist = true
7373
skip_install = true
7474
deps = -rrequirements/test/requirements.txt

0 commit comments

Comments
 (0)