Stubtest stdlib: unpin 3.11 and 3.12 micro versions (#12022)

This commit is contained in:
Alex Waygood
2024-05-23 16:24:28 -04:00
committed by GitHub
parent ffa0327845
commit ac6c61ba04
9 changed files with 99 additions and 49 deletions

View File

@@ -36,8 +36,7 @@ jobs:
matrix:
# various modules aren't available on macos-13 and higher
os: ["ubuntu-latest", "windows-latest", "macos-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", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false
steps:

View File

@@ -32,8 +32,7 @@ jobs:
matrix:
# various modules aren't available on macos-13 and higher
os: ["ubuntu-latest", "windows-latest", "macos-12"]
# TODO unpin 3.11 and 3.12 micro versions
python-version: ["3.8", "3.9", "3.10", "3.11.8", "3.12.2", "3.13"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false
steps: