Run stubtest for Python 3.12 (#10253)

This commit is contained in:
Shantanu
2023-06-04 05:53:03 -07:00
committed by GitHub
parent 03f1577607
commit 7df870f452
28 changed files with 711 additions and 212 deletions

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