summaryrefslogtreecommitdiff
path: root/.github/workflows/wheels.yml
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2022-02-20 15:49:03 +0200
committermattip <matti.picus@gmail.com>2022-02-20 15:49:03 +0200
commit9f72b9148a32cfa4df0d7972281d398f688ee7d5 (patch)
treeb75a54cb247d5058a370db447c8bbf531d32eddd /.github/workflows/wheels.yml
parentc92739b05e4b6aee621b8216ff45cc47a62210c7 (diff)
downloadnumpy-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.yml9
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]