Skip to content

Commit 3d83c44

Browse files
committed
workflows: switch to Python 3.13 final
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent bc7d965 commit 3d83c44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: '3.12'
29+
python-version: '3.13'
3030
- name: Run pre-commit hooks
3131
uses: pre-commit/[email protected]
3232
- name: Define artifact paths
@@ -43,11 +43,11 @@ jobs:
4343
strategy:
4444
matrix:
4545
os: [ubuntu-latest, ubuntu-24.04-aarch64, macos-latest]
46-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev"]
46+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
4747
openslide: [system, wheel]
4848
include:
4949
- os: ubuntu-latest
50-
python-version: "3.12"
50+
python-version: "3.13"
5151
openslide: system
5252
sdist: sdist
5353
# Python 3.8 is too old to support universal binaries, and
@@ -168,7 +168,7 @@ jobs:
168168
shell: bash
169169
strategy:
170170
matrix:
171-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev"]
171+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
172172
openslide: [zip, wheel]
173173
steps:
174174
- name: Check out repo
@@ -241,7 +241,7 @@ jobs:
241241
- name: Set up Python
242242
uses: actions/setup-python@v5
243243
with:
244-
python-version: '3.12'
244+
python-version: '3.13'
245245
- name: Install Python tools
246246
run: |
247247
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)