Skip to content

Commit

Permalink
try python 10
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jun 16, 2024
1 parent 042b6d6 commit 51f188f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-11, macos-13]

Expand All @@ -27,7 +28,7 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
# Skip Python 2.7, 3.5, 3.11, 32 bit Linux, and PyPy
CIBW_BUILD: "cp312-*"
CIBW_BUILD: "cp310-*"
CIBW_ARCHS_MACOS: x86_64
CIBW_BEFORE_BUILD: >
pip install "cython<3.0" FXrays low_index sphinx sphinx_rtd_theme &&
Expand Down

0 comments on commit 51f188f

Please sign in to comment.