Commit 28b007d
fix: also remove PyPy 3.10 from GitHub Actions workflow
Complete the fix by removing PyPy 3.10 from both tox.ini and the GitHub
Actions workflow. All PyPy 3.10 jobs are failing with:
error: the configured PyPy interpreter version (3.10) is lower than
PyO3's minimum supported version (3.11)
This is caused by the nh3 package dependency requiring PyO3 which now
requires PyPy 3.11+. PyPy 3.9 still works fine.
Removes 4 failing jobs:
- pypy310-pydantic28-cover
- pypy310-pydantic210-cover
- pypy310-pydantic28-nocov
- pypy310-pydantic210-nocov
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 627cbee commit 28b007d
1 file changed
+0
-24
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 | | |
| |||
0 commit comments