Skip to content

Commit 96e3ad6

Browse files
committed
Remove support for pypy 3.10
Starting with 7.3.20 released July 2025, pypy stops supporting python 3.10
1 parent c069278 commit 96e3ad6

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jobs:
8888
- "3.11"
8989
- "3.12"
9090
- "3.13"
91-
- "pypy-3.10"
9291
- "pypy-3.11"
9392
- "graalpy-24"
9493
include:

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
min_version = 4.0
33
env_list = py3{10,11,12,13}
4-
pypy{310,311}
4+
pypy{311}
55
graalpy
66
check, format, typecheck
77

@@ -30,9 +30,6 @@ deps =
3030
ua-parser-rs
3131
./ua-parser-builtins
3232

33-
[testenv:pypy{310,311}]
34-
labels = test, pypy
35-
3633
[testenv:check]
3734
labels = check
3835
package = skip

0 commit comments

Comments
 (0)