From b356abcbdad7a06ab6ec577ac43a2fbbf90687d2 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 14 Dec 2022 18:48:22 +0000 Subject: [PATCH] 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 --- .github/workflows/daily.yml | 2 +- .github/workflows/stubtest_stdlib.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index eedb9e948..059ae9908 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -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: diff --git a/.github/workflows/stubtest_stdlib.yml b/.github/workflows/stubtest_stdlib.yml index 7c435fd25..71db588b8 100644 --- a/.github/workflows/stubtest_stdlib.yml +++ b/.github/workflows/stubtest_stdlib.yml @@ -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: