Skip to content

Commit

Permalink
chore: PyO3 doesn't support pypy-3.11, so use pypy-3.10 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl authored and Stranger6667 committed Feb 10, 2025
1 parent b673347 commit 6077116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
python: "3.9"
os_version: "ubuntu-latest"
- tox_job: pypy3-no_pycurl
python: "pypy-3.11"
python: "pypy-3.10"
os_version: "ubuntu-latest"
- tox_job: vcr_431
python: "3.9"
Expand Down

0 comments on commit 6077116

Please sign in to comment.