Skip to content

Commit 844bb06

Browse files
committed
Update CI to build 313 wheels
1 parent 72f44dc commit 844bb06

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/wheel_tests_and_release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os: [ubuntu-latest]
30-
cibw_python: ["cp310-*", "cp311-*", "cp312-*"]
30+
cibw_python: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
3131
cibw_manylinux: [manylinux2014]
3232
cibw_arch: ["x86_64"]
3333
steps:
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/setup-python@v3
3838
name: Install Python
3939
with:
40-
python-version: '3.10'
40+
python-version: '3.12'
4141
- name: Install cibuildwheel
4242
run: |
4343
python -m pip install cibuildwheel
@@ -63,7 +63,7 @@ jobs:
6363
fail-fast: false
6464
matrix:
6565
os: [macos-latest]
66-
cibw_python: ["cp310-*", "cp311-*", "cp312-*"]
66+
cibw_python: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
6767
cibw_arch: [ "x86_64", "arm64"] #, "universal2"]
6868

6969
steps:
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/setup-python@v3
7575
name: Install Python
7676
with:
77-
python-version: '3.10'
77+
python-version: '3.12'
7878

7979
- name: Install cibuildwheel
8080
run: |
@@ -112,7 +112,7 @@ jobs:
112112
fail-fast: false
113113
matrix:
114114
os: [windows-latest]
115-
cibw_python: ["cp310-*", "cp311-*", "cp312-*"]
115+
cibw_python: ["cp310-*", "cp311-*", "cp312-*", "cp313-*"]
116116
cibw_arch: ["AMD64"]
117117

118118
steps:
@@ -123,7 +123,7 @@ jobs:
123123
- uses: actions/setup-python@v3
124124
name: Install Python
125125
with:
126-
python-version: '3.10'
126+
python-version: '3.12'
127127

128128
- name: Install cibuildwheel
129129
run: |

0 commit comments

Comments
 (0)