Temporarily pin Python 3.9.9 and 3.10.1 for stubtest (#6974)

This commit is contained in:
Sebastian Rittau
2022-01-20 11:47:46 +01:00
committed by GitHub
parent fb6c9621d6
commit 852723aa69
2 changed files with 6 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: