mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Remove old comments about pinned Python versions (#7622)
This commit is contained in:
2
.github/workflows/daily.yml
vendored
2
.github/workflows/daily.yml
vendored
@@ -21,8 +21,6 @@ jobs:
|
||||
matrix:
|
||||
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
|
||||
# Python 3.9 and 3.10 temporarily pinned due to incompatibilities
|
||||
# between micro versions.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
fail-fast: false
|
||||
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -96,8 +96,6 @@ jobs:
|
||||
matrix:
|
||||
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
|
||||
# Python 3.9 and 3.10 temporarily pinned due to incompatibilities
|
||||
# between micro versions.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
fail-fast: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user