We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ea1eb commit b08d317Copy full SHA for b08d317
build_macos_arm64_wheels.sh
@@ -1,12 +1,12 @@
1
#!/bin/bash
2
3
# Python 3.9+ arm64 is required
4
-python -m pip install "cibuildwheel<2.13"
+python -m pip install "cibuildwheel>=2.17,<2.18"
5
6
export CIBW_ARCHS_MACOS="arm64"
7
export CIBW_BEFORE_ALL='python -m pip install invoke && invoke build.deps'
8
export CIBW_BEFORE_BUILD='python -m pip install invoke && invoke build.nassl'
9
-export CIBW_BUILD='cp39-* cp310-* cp311-*'
+export CIBW_BUILD='cp39-* cp310-* cp311-* cp312-*'
10
export CIBW_TEST_COMMAND='python -m pytest {project}/tests'
11
export CIBW_TEST_REQUIRES="pytest"
12
0 commit comments