Skip to content

Commit

Permalink
Update CI to build 313 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jan 17, 2025
1 parent 72f44dc commit 844bb06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
cibw_python: ["cp310-*", "cp311-*", "cp312-*"]
cibw_python: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
cibw_manylinux: [manylinux2014]
cibw_arch: ["x86_64"]
steps:
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-python@v3
name: Install Python
with:
python-version: '3.10'
python-version: '3.12'
- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel
Expand All @@ -63,7 +63,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest]
cibw_python: ["cp310-*", "cp311-*", "cp312-*"]
cibw_python: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
cibw_arch: [ "x86_64", "arm64"] #, "universal2"]

steps:
Expand All @@ -74,7 +74,7 @@ jobs:
- uses: actions/setup-python@v3
name: Install Python
with:
python-version: '3.10'
python-version: '3.12'

- name: Install cibuildwheel
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
cibw_python: ["cp310-*", "cp311-*", "cp312-*"]
cibw_python: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
cibw_arch: ["AMD64"]

steps:
Expand All @@ -123,7 +123,7 @@ jobs:
- uses: actions/setup-python@v3
name: Install Python
with:
python-version: '3.10'
python-version: '3.12'

- name: Install cibuildwheel
run: |
Expand Down

0 comments on commit 844bb06

Please sign in to comment.