Skip to content

Commit 9642aff

Browse files
authored
Merge pull request #331 from bgilbert/python
workflows: add tests on Python 3.14 dev release
2 parents 0acabb0 + 174814a commit 9642aff

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-arm, macos-latest]
46-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
46+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
4747
openslide: [system, wheel]
4848
include:
4949
- os: ubuntu-latest
@@ -158,7 +158,7 @@ jobs:
158158
shell: bash
159159
strategy:
160160
matrix:
161-
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
161+
python-version: [3.9, "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
162162
openslide: [zip, wheel]
163163
steps:
164164
- name: Check out repo

0 commit comments

Comments
 (0)