We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c069278 commit 96e3ad6Copy full SHA for 96e3ad6
2 files changed
.github/workflows/ci.yml
@@ -88,7 +88,6 @@ jobs:
88
- "3.11"
89
- "3.12"
90
- "3.13"
91
- - "pypy-3.10"
92
- "pypy-3.11"
93
- "graalpy-24"
94
include:
tox.ini
@@ -1,7 +1,7 @@
1
[tox]
2
min_version = 4.0
3
env_list = py3{10,11,12,13}
4
- pypy{310,311}
+ pypy{311}
5
graalpy
6
check, format, typecheck
7
@@ -30,9 +30,6 @@ deps =
30
ua-parser-rs
31
./ua-parser-builtins
32
33
-[testenv:pypy{310,311}]
34
-labels = test, pypy
35
-
36
[testenv:check]
37
labels = check
38
package = skip
0 commit comments