Skip to content

Commit 6fb6a3b

Browse files
committed
Unpin Python 3.13 and 3.14
1 parent c08fa66 commit 6fb6a3b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
38-
# TODO: unpin the patch versions of Python 3.13/3.14 once stubtest failures are fixed
39-
python-version: ["3.10", "3.11", "3.12", "3.13.12", "3.14.3"]
38+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4039
fail-fast: false
4140

4241
steps:

.github/workflows/stubtest_stdlib.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
34-
# TODO: unpin the patch versions of Python 3.13/3.14 once stubtest failures are fixed
35-
python-version: ["3.10", "3.11", "3.12", "3.13.12", "3.14.3"]
34+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3635
fail-fast: false
3736

3837
steps:

0 commit comments

Comments
 (0)