mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-14 23:32:22 +08:00
Temporarily pin Python 3.9.9 and 3.10.1 for stubtest (#6974)
This commit is contained in:
4
.github/workflows/stubtest.yml
vendored
4
.github/workflows/stubtest.yml
vendored
@@ -20,7 +20,9 @@ jobs:
|
||||
matrix:
|
||||
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
# Python 3.9 and 3.10 temporarily pinned due to incompatibilities
|
||||
# between micro versions.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9.9", "3.10.1"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -96,7 +96,9 @@ jobs:
|
||||
matrix:
|
||||
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||
# Python 3.9 and 3.10 temporarily pinned due to incompatibilities
|
||||
# between micro versions.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9.9", "3.10.1"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user