Pin Python 3.13 and Python 3.14 to patch versions to resolve stubtest stdlib failures on main (#15631)

This commit is contained in:
Alex Waygood
2026-04-08 10:36:51 +01:00
committed by GitHub
parent 563213272e
commit 7483613ce7
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
# 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"]
fail-fast: false
steps:
+2 -1
View File
@@ -31,7 +31,8 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
# 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"]
fail-fast: false
steps: