mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
stubtest: temporary pin to python 3.10.0 (#6602)
This commit is contained in:
2
.github/workflows/stubtest.yml
vendored
2
.github/workflows/stubtest.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
matrix:
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
# Python 3.9.7 is required due to changes to ForwardRef.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9.7", "3.10"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9.7", "3.10.0"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -95,7 +95,7 @@ jobs:
|
||||
matrix:
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
# Python 3.9.7 is required due to changes to ForwardRef.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9.7", "3.10"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9.7", "3.10.0"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user