Use Python 3.11.8 for stdlib stubtest for now (#11716)

This commit is contained in:
Alex Waygood
2024-04-04 12:46:45 +01:00
committed by GitHub
parent d0f3f2c06a
commit 130a04905c
2 changed files with 4 additions and 2 deletions

View File

@@ -36,7 +36,8 @@ jobs:
matrix:
# tkinter doesn't import on macOS-12
os: ["ubuntu-latest", "windows-latest", "macos-11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
# TODO unpin the 3.11 and 3.12 micro versions
python-version: ["3.8", "3.9", "3.10", "3.11.8", "3.12.2"]
fail-fast: false
steps:

View File

@@ -32,7 +32,8 @@ jobs:
matrix:
# tkinter doesn't import on macOS 12
os: ["ubuntu-latest", "windows-latest", "macos-11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
# TODO unpin 3.11 and 3.12 micro versions
python-version: ["3.8", "3.9", "3.10", "3.11.8", "3.12.2"]
fail-fast: false
steps: