From 130a04905c0cab48604ac7be1f3d18ce96567c68 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 4 Apr 2024 12:46:45 +0100 Subject: [PATCH] Use Python 3.11.8 for stdlib stubtest for now (#11716) --- .github/workflows/daily.yml | 3 ++- .github/workflows/stubtest_stdlib.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 3761e84dd..f3c1c84d2 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -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: diff --git a/.github/workflows/stubtest_stdlib.yml b/.github/workflows/stubtest_stdlib.yml index 6bfff85fc..0a46a4a77 100644 --- a/.github/workflows/stubtest_stdlib.yml +++ b/.github/workflows/stubtest_stdlib.yml @@ -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: