Skip to content

Commit

Permalink
ENH Adds python 3.10 [cd build]
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Oct 12, 2021
1 parent 500d4c6 commit cafe3cf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- os: ubuntu-latest
python: "39"
platform: manylinux_x86_64
- os: ubuntu-latest
python: "310"
platform: manylinux_x86_64

# macos builds
- os: macos-latest
Expand All @@ -56,6 +59,9 @@ jobs:
- os: macos-latest
python: "39"
platform: macosx_x86_64
- os: macos-latest
python: "310"
platform: macosx_x86_64

steps:
- name: Checkout numpy
Expand All @@ -78,8 +84,10 @@ jobs:
CIBW_ENVIRONMENT_MACOS: CFLAGS='-std=c99 -fno-strict-aliasing'
OPENBLAS64_=/usr/local
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: bash tools/wheels/cibw_before_build.sh {project}
CIBW_BEFORE_BUILD: bash {project}/tools/wheels/cibw_before_build.sh {project}
CIBW_BEFORE_TEST: pip install -r {project}/test_requirements.txt
# Installs libffi so that cffi can be built from source if needed
CIBW_BEFORE_TEST_LINUX: yum install -y libffi-devel && pip install -r {project}/test_requirements.txt
CIBW_TEST_COMMAND: bash {project}/tools/wheels/cibw_test_command.sh {project}

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit cafe3cf

Please sign in to comment.