mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 12:51:27 +08:00
Unpin 3.10.1 (#6965)
This commit is contained in:
3
.github/workflows/stubtest.yml
vendored
3
.github/workflows/stubtest.yml
vendored
@@ -20,8 +20,7 @@ jobs:
|
||||
matrix:
|
||||
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
|
||||
# Temporarily hard-coded 3.10.1 due to stubtest incompatibilities.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.1"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -96,8 +96,7 @@ jobs:
|
||||
matrix:
|
||||
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
|
||||
# Temporarily hard-coded 3.10.1 due to stubtest incompatibilities.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.1"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user