diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21f8bacf..00295597 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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",