Skip to content

Commit 088d1ff

Browse files
committed
drop support for PyPy 3.7 and 3.8
Upstream PyO3 does not support PyPy 3.7 and 3.8 anymore since 0.23. Testing against PyPy 3.9 and 3.10 now.
1 parent 71a82a3 commit 088d1ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ jobs:
7272
rust-target: "aarch64-apple-darwin",
7373
}
7474
# NumPy does not provide pre-built wheels for PyPy on macOS and Windows
75-
- python-version: pypy-3.7
75+
- python-version: pypy-3.9
7676
platform:
7777
{
7878
os: "ubuntu-latest",
7979
python-architecture: "x64",
8080
rust-target: "x86_64-unknown-linux-gnu",
8181
}
82-
- python-version: pypy-3.8
82+
- python-version: pypy-3.10
8383
platform:
8484
{
8585
os: "ubuntu-latest",

0 commit comments

Comments
 (0)