Skip to content

Commit 078d317

Browse files
committed
ci: cibuildwheels requires python 3.12
1 parent 4f73ee0 commit 078d317

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v5
2727
- uses: actions/setup-python@v6
28+
with:
29+
python-version: "3.12"
2830
- name: Install cibuildwheel
2931
run: python -m pip install cibuildwheel==3.3.0
3032
- name: Build wheels

0 commit comments

Comments
 (0)