Commit 5e92d2f
fix: remove PyPy 3.10 from test matrix
PyPy 3.10 jobs are failing because PyO3 (required by nh3 package) now
requires PyPy 3.11 as the minimum version.
Error from CI:
error: the configured PyPy interpreter version (3.10) is lower than
PyO3's minimum supported version (3.11)
Changes:
- Remove pypy310 from tox.ini envlist
- Remove pypy310 basepython definition
- Remove 4 pypy310 jobs from GitHub Actions workflow:
- pypy310-pydantic28-cover
- pypy310-pydantic210-cover
- pypy310-pydantic28-nocov
- pypy310-pydantic210-nocov
PyPy 3.9 jobs continue to work and remain in the test matrix.
Fixes failing CI builds on main branch.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent d7aa752 commit 5e92d2f
2 files changed
+1
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | 94 | | |
119 | 95 | | |
120 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
0 commit comments