Stdlib stubtest: Temporarily pin Python to 3.10.8 and 3.11.0 in CI (#9361)

Stubtest: pin Python to 3.10.8 and 3.11.0 in CI
This commit is contained in:
Alex Waygood
2022-12-14 18:48:22 +00:00
committed by GitHub
parent 95be7512ed
commit b356abcbda
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
matrix:
# tkinter doesn't import on macOS-12
os: ["ubuntu-latest", "windows-latest", "macos-11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10.8", "3.11.0"]
fail-fast: false
steps:

View File

@@ -30,7 +30,7 @@ jobs:
matrix:
# tkinter doesn't import on macOS 12
os: ["ubuntu-latest", "windows-latest", "macos-11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10.8", "3.11.0"]
fail-fast: false
steps: