Skip to content

Commit

Permalink
drop support for PyPy 3.7 and 3.8
Browse files Browse the repository at this point in the history
Upstream PyO3 does not support PyPy 3.7 and 3.8 anymore since 0.23. Testing against PyPy 3.9 and 3.10 now.
  • Loading branch information
Icxolu committed Nov 20, 2024
1 parent 71a82a3 commit 088d1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ jobs:
rust-target: "aarch64-apple-darwin",
}
# NumPy does not provide pre-built wheels for PyPy on macOS and Windows
- python-version: pypy-3.7
- python-version: pypy-3.9
platform:
{
os: "ubuntu-latest",
python-architecture: "x64",
rust-target: "x86_64-unknown-linux-gnu",
}
- python-version: pypy-3.8
- python-version: pypy-3.10
platform:
{
os: "ubuntu-latest",
Expand Down

0 comments on commit 088d1ff

Please sign in to comment.