Skip to content

Commit

Permalink
Update cibuildwheel version for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Apr 17, 2024
1 parent d4cb13d commit 2be6b4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions misc/azure-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ stages:
condition: always()
variables:
cibw_test_requires: "pytest"
USE_CIBW_VERSION: 2.12.3
USE_CIBW_VERSION: 2.17.0
strategy:
matrix:
linux_py:
Expand All @@ -79,7 +79,6 @@ stages:
TILEDB_INSTALL: "$(Pipeline.Workspace)/.libtiledb_dist/$(LIBTILEDB_SHA)-macos-x86_64"
CIBW_ARCHS_MACOS: "x86_64"
CIBW_SKIP: "cp36-* cp37-* pp*"
CIBW_TEST_SKIP: "cp37-*"
CIBW_BUILD_VERBOSITY: 3
macOS_arm64_py:
imageName: "macOS-12"
Expand Down

0 comments on commit 2be6b4b

Please sign in to comment.