CI: Unpin micro-versions (#10239)

This commit is contained in:
Nikita Sobolev
2023-06-02 13:23:33 +03:00
committed by GitHub
parent f6279c7122
commit 6de0aa0c70
3 changed files with 6 additions and 3 deletions

View File

@@ -36,7 +36,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.10", "3.11.2"] # TODO: unpin micro versions
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.10", "3.11.2"] # TODO: unpin micro versions
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
fail-fast: false
steps: