Skip to content

Commit 77b1c9c

Browse files
committed
Switch to 3.14-dev
1 parent 7b482f1 commit 77b1c9c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
38-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-beta.1"]
38+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
3939
fail-fast: false
4040

4141
steps:

.github/workflows/stubtest_stdlib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
34-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-beta.1"]
34+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
3535
fail-fast: false
3636

3737
steps:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
matrix:
6363
platform: ["linux", "win32", "darwin"]
64-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-beta.1"]
64+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
6565
fail-fast: false
6666
steps:
6767
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)