Skip to content

Commit 1e065fc

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ 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
@@ -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

0 commit comments

Comments
 (0)