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 | |
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')
-rw-r--r-- | .github/workflows/build_test.yml | 4 | ||||
-rw-r--r-- | .github/workflows/wheels.yml | 9 |
2 files changed, 5 insertions, 8 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 76a0952d8..53983c407 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -211,7 +211,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v2 with: - python-version: pypy-3.8-v7.3.7 + python-version: pypy-3.8-v7.3.8 - uses: ./.github/actions sdist: @@ -248,7 +248,7 @@ jobs: docker run --name the_container --interactive -v /:/host arm32v7/ubuntu:latest /bin/bash -c " apt update && apt install -y git python3 python3-dev python3-pip && - pip3 install cython==0.29.24 setuptools\<49.2.0 hypothesis==6.23.3 pytest==6.2.5 && + pip3 install cython==0.29.28 setuptools\<49.2.0 hypothesis==6.23.3 pytest==6.2.5 && ln -s /host/lib64 /lib64 && ln -s /host/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu && ln -s /host/usr/arm-linux-gnueabihf /usr/arm-linux-gnueabihf && 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] |