Skip to content

Commit 12e0ca7

Browse files
committed
Bump cibuildwheel version and host python to 3.13.
1 parent 77e7dcc commit 12e0ca7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setting up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.9
20+
python-version: 3.13
2121

2222
- name: Installing python build dependencies
2323
run: |
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/setup-python@v5
5959
name: Setting up Python
6060
with:
61-
python-version: '3.9'
61+
python-version: '3.13'
6262

6363
- name: Set up QEMU
6464
if: runner.os == 'Linux'
@@ -67,7 +67,7 @@ jobs:
6767
platforms: all
6868

6969
- name: Build & test wheels
70-
uses: pypa/cibuildwheel@v2.21.3
70+
uses: pypa/cibuildwheel@v2.22.0
7171
env:
7272
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
7373
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
@@ -104,7 +104,7 @@ jobs:
104104
- name: Setting up Python
105105
uses: actions/setup-python@v4
106106
with:
107-
python-version: 3.9
107+
python-version: 3.13
108108

109109
- name: Installing python build dependencies
110110
run: |

0 commit comments

Comments
 (0)