Skip to content

Commit 7885d8e

Browse files
scootermoneerimoq
authored andcommitted
Use Python 3.11 for cibuildwheel
1 parent fdc5c88 commit 7885d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Used to host cibuildwheel
2323
- uses: actions/setup-python@v4
2424
with:
25-
python-version: "3.10"
25+
python-version: "3.11"
2626

2727
- name: Install cibuildwheel
2828
run: python -m pip install cibuildwheel
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: actions/setup-python@v4
4545
with:
46-
python-version: "3.10"
46+
python-version: "3.11"
4747

4848
- name: Build sdist
4949
run: pipx run build --sdist

0 commit comments

Comments
 (0)