Skip to content

Commit 3e8670a

Browse files
authored
Start testing on 3.14 beta builds (#4530)
1 parent 2c9a7bf commit 3e8670a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-crt-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
17+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14-dev']
1818
os: [ubuntu-latest, macOS-latest, windows-latest]
1919

2020
steps:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
1919
os: [ubuntu-latest, macOS-latest, windows-latest]
2020

2121
steps:

0 commit comments

Comments
 (0)