mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 04:25:50 +08:00
Pin Python 3.13 and Python 3.14 to patch versions to resolve stubtest stdlib failures on main (#15631)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user