Unpin Python 3.13 and 3.14 (#15634)

This commit is contained in:
Sebastian Rittau
2026-04-08 15:18:56 +02:00
committed by GitHub
parent 86e2b8518e
commit 09525f9325
7 changed files with 71 additions and 5 deletions
+1 -2
View File
@@ -35,8 +35,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
# TODO: unpin the patch versions of Python 3.13/3.14 once stubtest failures are fixed
python-version: ["3.10", "3.11", "3.12", "3.13.12", "3.14.3"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
fail-fast: false
steps:
+1 -2
View File
@@ -31,8 +31,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
# TODO: unpin the patch versions of Python 3.13/3.14 once stubtest failures are fixed
python-version: ["3.10", "3.11", "3.12", "3.13.12", "3.14.3"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
fail-fast: false
steps: