Skip to content

Commit 62d0afd

Browse files
ci: bump wheel and lint workflows to 3.13 - tested version
* #1364
1 parent 212cae3 commit 62d0afd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.12'
20+
python-version: '3.13'
2121

2222
- name: Install ruff
2323
run: pip install ruff

.github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/setup-python@v5
2929
with:
30-
python-version: '3.11'
30+
python-version: '3.13'
3131

3232
- name: Install cibuildwheel
3333
run: python -m pip install cibuildwheel==2.23.1
@@ -54,7 +54,7 @@ jobs:
5454

5555
- uses: actions/setup-python@v5
5656
with:
57-
python-version: '3.11'
57+
python-version: '3.13'
5858

5959
- uses: docker/setup-qemu-action@v3
6060
with:

0 commit comments

Comments
 (0)