mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Temporarily pin stubtest to 3.10.5 (#8511)
This commit is contained in:
3
.github/workflows/daily.yml
vendored
3
.github/workflows/daily.yml
vendored
@@ -20,7 +20,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
|
||||
# temporarily pin to 3.10.5 until 3.10.6 is available on all platforms
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10.5", "3.11-dev"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
3
.github/workflows/stubtest_stdlib.yml
vendored
3
.github/workflows/stubtest_stdlib.yml
vendored
@@ -26,7 +26,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
|
||||
# temporarily pin to 3.10.5 until 3.10.6 is available on all platforms
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10.5", "3.11-dev"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user