26
26
- name : Set up Python
27
27
uses : actions/setup-python@v5
28
28
with :
29
- python-version : ' 3.12 '
29
+ python-version : ' 3.13 '
30
30
- name : Run pre-commit hooks
31
31
uses :
pre-commit/[email protected]
32
32
- name : Define artifact paths
@@ -43,11 +43,11 @@ jobs:
43
43
strategy :
44
44
matrix :
45
45
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"]
47
47
openslide : [system, wheel]
48
48
include :
49
49
- os : ubuntu-latest
50
- python-version : " 3.12 "
50
+ python-version : " 3.13 "
51
51
openslide : system
52
52
sdist : sdist
53
53
# Python 3.8 is too old to support universal binaries, and
@@ -168,7 +168,7 @@ jobs:
168
168
shell : bash
169
169
strategy :
170
170
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"]
172
172
openslide : [zip, wheel]
173
173
steps :
174
174
- name : Check out repo
@@ -241,7 +241,7 @@ jobs:
241
241
- name : Set up Python
242
242
uses : actions/setup-python@v5
243
243
with :
244
- python-version : ' 3.12 '
244
+ python-version : ' 3.13 '
245
245
- name : Install Python tools
246
246
run : |
247
247
python -m pip install --upgrade pip
0 commit comments