Unpin 3.10.1 (#6965)

This commit is contained in:
Sebastian Rittau
2022-01-19 15:44:31 +01:00
committed by GitHub
parent 2170693e11
commit 28faad6143
2 changed files with 2 additions and 4 deletions

View File

@@ -20,8 +20,7 @@ jobs:
matrix:
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
# Temporarily hard-coded 3.10.1 due to stubtest incompatibilities.
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.1"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
fail-fast: false
steps:

View File

@@ -96,8 +96,7 @@ jobs:
matrix:
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
# Temporarily hard-coded 3.10.1 due to stubtest incompatibilities.
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.1"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
fail-fast: false
steps: