From 51d46952e960f393a59977dfb5570c770cdc7592 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Sat, 2 Apr 2022 08:37:15 -0700 Subject: BLD: Bump cibuildwheel and enable more PyPy --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4ee14ca75..f7fedd822 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ jobs: virt: vm env: - CIBW_BUILD: cp38-manylinux_aarch64 - install: python3 -m pip install cibuildwheel==2.3.1 + install: python3 -m pip install cibuildwheel==2.4.0 script: | cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh @@ -64,7 +64,7 @@ jobs: virt: vm env: - CIBW_BUILD: cp39-manylinux_aarch64 - install: python3 -m pip install cibuildwheel==2.3.1 + install: python3 -m pip install cibuildwheel==2.4.0 script: | cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh @@ -77,7 +77,7 @@ jobs: virt: vm env: - CIBW_BUILD: cp310-manylinux_aarch64 - install: python3 -m pip install cibuildwheel==2.3.1 + install: python3 -m pip install cibuildwheel==2.4.0 script: | cibuildwheel --output-dir wheelhouse source ./tools/wheels/upload_wheels.sh -- cgit v1.2.1