mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Upgrade to latest 3.12 and 3.13 versions for stubtest (#12131)
This commit is contained in:
3
.github/workflows/daily.yml
vendored
3
.github/workflows/daily.yml
vendored
@@ -36,8 +36,7 @@ jobs:
|
||||
matrix:
|
||||
# various modules aren't available on macos-13 and higher
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-12"]
|
||||
# TODO: unpin 3.12 and 3.13 micro versions once https://github.com/actions/setup-python/issues/886 is resolved
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.3", "3.13.0-beta.1"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
3
.github/workflows/stubtest_stdlib.yml
vendored
3
.github/workflows/stubtest_stdlib.yml
vendored
@@ -32,8 +32,7 @@ jobs:
|
||||
matrix:
|
||||
# various modules aren't available on macos-13 and higher
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-12"]
|
||||
# TODO: unpin 3.12 and 3.13 micro versions once https://github.com/actions/setup-python/issues/886 is resolved
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.3", "3.13.0-beta.1"]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user