Skip to content

Commit

Permalink
Add Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Mar 24, 2024
1 parent 32ea1eb commit b08d317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_macos_arm64_wheels.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash

# Python 3.9+ arm64 is required
python -m pip install "cibuildwheel<2.13"
python -m pip install "cibuildwheel>=2.17,<2.18"

export CIBW_ARCHS_MACOS="arm64"
export CIBW_BEFORE_ALL='python -m pip install invoke && invoke build.deps'
export CIBW_BEFORE_BUILD='python -m pip install invoke && invoke build.nassl'
export CIBW_BUILD='cp39-* cp310-* cp311-*'
export CIBW_BUILD='cp39-* cp310-* cp311-* cp312-*'
export CIBW_TEST_COMMAND='python -m pytest {project}/tests'
export CIBW_TEST_REQUIRES="pytest"

Expand Down

0 comments on commit b08d317

Please sign in to comment.