diff options
author | mattip <matti.picus@gmail.com> | 2022-02-20 15:49:03 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-02-20 15:49:03 +0200 |
commit | 9f72b9148a32cfa4df0d7972281d398f688ee7d5 (patch) | |
tree | b75a54cb247d5058a370db447c8bbf531d32eddd /.github/workflows/wheels.yml | |
parent | c92739b05e4b6aee621b8216ff45cc47a62210c7 (diff) | |
download | numpy-9f72b9148a32cfa4df0d7972281d398f688ee7d5.tar.gz |
update cython, pypy for cython0.29.28 and pypy v7.3.8 release
Diffstat (limited to '.github/workflows/wheels.yml')
-rw-r--r-- | .github/workflows/wheels.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 21792f529..e84da655b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -66,13 +66,10 @@ jobs: include: # manylinux pypy builds - buildplat: [ubuntu-20.04, manylinux_x86_64] - python: pp38 + python: "pp38" - # MacOS PyPy builds - # Disabled for now because of a PyPy bug - # that prevents successful compilation - #- buildplat: [macos-10.15, macosx_x86_64] - # python: "pp38" + - buildplat: [macos-10.15, macosx_x86_64] + python: "pp38" # Windows PyPy builds - buildplat: [windows-2019, win_amd64] |