Skip to content

Commit 2cd2fc7

Browse files
committed
move to latest Python version for wheel builds
1 parent a17537d commit 2cd2fc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-python@v5
2727
with:
28-
python-version: '3.13'
28+
python-version: '3.14'
2929

3030
- name: Install requirements
3131
run: python -m pip install cibuildwheel build

0 commit comments

Comments
 (0)