Commit 130bc8c
Remove PyPy 3.10 from test matrix
PyPy 3.10 tests are failing because the nh3 package (dependency of readme-renderer/twine) requires PyPy 3.11+ due to PyO3 minimum version requirements.
Error: 'the configured PyPy interpreter version (3.10) is lower than PyO3's minimum supported version (3.11)'
Removed pypy310 from:
- tox.ini envlist (line 17)
- tox.ini basepython configuration (line 25)
This will make CI checks more reliable by removing tests that cannot pass with current dependency requirements.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent d32a3ba commit 130bc8c
1 file changed
+1
-2
lines changed| 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