stubtest: test against 3.11 (#7845)

This commit is contained in:
Shantanu
2022-05-16 19:50:30 -07:00
committed by GitHub
parent 05c929d42c
commit b445bb8856
24 changed files with 606 additions and 55 deletions

View File

@@ -21,7 +21,7 @@ jobs:
matrix:
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"]
fail-fast: false
steps:

View File

@@ -96,7 +96,7 @@ jobs:
matrix:
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev"]
fail-fast: false
steps: