Skip to content

Commit 1549c86

Browse files
committed
update python in cibuildwheel
1 parent 88566df commit 1549c86

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: set up python
2929
uses: actions/setup-python@v6
3030
with:
31-
python-version: '3.11'
31+
python-version: '3.12'
3232

3333
- uses: actions-rust-lang/setup-rust-toolchain@v1
3434

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ ignore-words-list = "coo,crate"
102102

103103
[tool.cibuildwheel]
104104
archs = "auto64"
105-
build = "cp311-*" # only build minimum python version because we use ABI3 builds
105+
build = "cp312-*" # only build minimum python version because we use ABI3 builds
106106
skip = "pp*" # skip PyPy
107107

108108
[tool.cibuildwheel.config-settings]
109-
--build-option = "--py-limited-api=cp311"
109+
--build-option = "--py-limited-api=cp312"
110110

111111
[tool.cibuildwheel.linux]
112112
# cibuildwheel runs linux in containers so we need to install rust there

0 commit comments

Comments
 (0)