diff options
| author | Matti Picus <matti.picus@gmail.com> | 2022-11-20 09:36:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-20 09:36:18 +0200 |
| commit | af2ebb2011c9dff50bd6c2820f43a1a60a46bbf1 (patch) | |
| tree | 3612337d600a7cf96c320973f4fde4b3b6eb0ef4 | |
| parent | ea5735491b93020227703527b66121a673cc860a (diff) | |
| parent | 19322514c278b715f72510576a2597d33c60ab90 (diff) | |
| download | numpy-af2ebb2011c9dff50bd6c2820f43a1a60a46bbf1.tar.gz | |
Merge pull request #22630 from charris/fix-aarch64-python3_9-build
BLD: Use cibuildwheel 2.9.0 for Python 3.8 aarch64 builds
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4f9ac48fd..2fc43d83b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ jobs: env: - CIBW_BUILD: cp38-manylinux_aarch64 - EXPECT_CPU_FEATURES: "NEON NEON_FP16 NEON_VFPV4 ASIMD ASIMDHP ASIMDDP ASIMDFHM" - install: python3 -m pip install cibuildwheel==2.11.2 + install: python3 -m pip install cibuildwheel==2.9.0 script: | cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh |
