We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a82a3 commit 088d1ffCopy full SHA for 088d1ff
.github/workflows/ci.yml
@@ -72,14 +72,14 @@ jobs:
72
rust-target: "aarch64-apple-darwin",
73
}
74
# NumPy does not provide pre-built wheels for PyPy on macOS and Windows
75
- - python-version: pypy-3.7
+ - python-version: pypy-3.9
76
platform:
77
{
78
os: "ubuntu-latest",
79
python-architecture: "x64",
80
rust-target: "x86_64-unknown-linux-gnu",
81
82
- - python-version: pypy-3.8
+ - python-version: pypy-3.10
83
84
85
0 commit comments