Temporarily pin stubtest to 3.10.5 (#8511)

This commit is contained in:
Alex Waygood
2022-08-09 12:55:00 +01:00
committed by GitHub
parent ed06b8bf54
commit c68bcc7e69
2 changed files with 4 additions and 2 deletions

View File

@@ -20,7 +20,8 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
# temporarily pin to 3.10.5 until 3.10.6 is available on all platforms
python-version: ["3.7", "3.8", "3.9", "3.10.5", "3.11-dev"]
fail-fast: false
steps:

View File

@@ -26,7 +26,8 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
# temporarily pin to 3.10.5 until 3.10.6 is available on all platforms
python-version: ["3.7", "3.8", "3.9", "3.10.5", "3.11-dev"]
fail-fast: false
steps: