Unpin stubtest from Python 3.10.8 and 3.11.0 (#9368)

This commit is contained in:
Alex Waygood
2022-12-20 20:31:13 +00:00
committed by GitHub
parent e6a04141ab
commit 352f496d69
6 changed files with 21 additions and 11 deletions

View File

@@ -31,7 +31,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.8", "3.11.0"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
fail-fast: false
steps:

View File

@@ -32,7 +32,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.8", "3.11.0"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
fail-fast: false
steps: