Use Python 3.11 for third-party stubtest in CI (#11562)

This commit is contained in:
Alex Waygood
2024-03-10 15:01:38 +00:00
committed by GitHub
parent 1a942aa36d
commit 24d39de94b
5 changed files with 5 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ jobs:
with:
# TODO: Use Python 3.12. As of 2024-03-08, several third-party
# packages fail to install with Python 3.12.
python-version: "3.10"
python-version: "3.11"
cache: pip
cache-dependency-path: |
requirements-tests.txt

View File

@@ -43,7 +43,7 @@ jobs:
with:
# TODO: Use Python 3.12. As of 2024-03-08, several third-party
# packages fail to install with Python 3.12.
python-version: "3.10"
python-version: "3.11"
cache: pip
cache-dependency-path: |
requirements-tests.txt