mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 12:51:27 +08:00
Fix Python 3.10.1 problems pointed out by stubtest (#6604)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
This commit is contained in:
8
.github/workflows/stubtest.yml
vendored
8
.github/workflows/stubtest.yml
vendored
@@ -17,9 +17,11 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
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.0"]
|
||||
# Temporarily disable "macos-latest", since Python 3.10.1 is not available.
|
||||
# os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
os: ["ubuntu-latest", "windows-latest"]
|
||||
# Temporarily hard-coded 3.10.1 due to stubtest incompatibilities.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.1"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -93,9 +93,11 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
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.0"]
|
||||
# Temporarily disable "macos-latest", since Python 3.10.1 is not available.
|
||||
# os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
os: ["ubuntu-latest", "windows-latest"]
|
||||
# Temporarily hard-coded 3.10.1 due to stubtest incompatibilities.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.1"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user