Skip to content

Commit 28b007d

Browse files
jontsaiclaude
andcommitted
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

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/github-actions.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -91,30 +91,6 @@ jobs:
9191
python_arch: 'x64'
9292
tox_env: 'py312-pydantic210-nocov'
9393
os: 'ubuntu-latest'
94-
- name: 'pypy310-pydantic28-cover'
95-
python: 'pypy-3.10'
96-
toxpython: 'pypy3.10'
97-
python_arch: 'x64'
98-
tox_env: 'pypy310-pydantic28-cover'
99-
os: 'ubuntu-latest'
100-
- name: 'pypy310-pydantic210-cover'
101-
python: 'pypy-3.10'
102-
toxpython: 'pypy3.10'
103-
python_arch: 'x64'
104-
tox_env: 'pypy310-pydantic210-cover'
105-
os: 'ubuntu-latest'
106-
- name: 'pypy310-pydantic28-nocov'
107-
python: 'pypy-3.10'
108-
toxpython: 'pypy3.10'
109-
python_arch: 'x64'
110-
tox_env: 'pypy310-pydantic28-nocov'
111-
os: 'ubuntu-latest'
112-
- name: 'pypy310-pydantic210-nocov'
113-
python: 'pypy-3.10'
114-
toxpython: 'pypy3.10'
115-
python_arch: 'x64'
116-
tox_env: 'pypy310-pydantic210-nocov'
117-
os: 'ubuntu-latest'
11894
steps:
11995
- uses: actions/checkout@v4
12096
with:

0 commit comments

Comments
 (0)