Unpin stubtest from 3.10.5 (#8523)

This commit is contained in:
Alex Waygood
2022-08-12 09:01:26 +01:00
committed by GitHub
parent 8b0b500df3
commit 1ec57121e3
8 changed files with 8 additions and 66 deletions

View File

@@ -20,8 +20,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
# 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"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
fail-fast: false
steps:

View File

@@ -26,8 +26,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
# 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"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
fail-fast: false
steps: