Use 3.11 instead of 3.11-dev (#8983)

This commit is contained in:
Nikita Sobolev
2022-10-26 16:52:24 +03:00
committed by GitHub
parent 84682a1d54
commit fd75bc21fc
6 changed files with 23 additions and 2 deletions

View File

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

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", "3.11-dev"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
fail-fast: false
steps: