Revert "Revert "Revert "ci: Remove Python 3.12 for now"""

This reverts commit 70e8dc63e8.

We're on PyQt 6.5.2 now, which should fix the segfaults on exit.
This commit is contained in:
Florian Bruhin 2023-07-24 20:12:42 +02:00
parent 8fcd42fa12
commit 6478496ca3
1 changed files with 3 additions and 3 deletions

View File

@ -161,9 +161,9 @@ jobs:
os: ubuntu-22.04
python: "3.11"
### PyQt 6.5 (Python 3.12)
# - testenv: py312-pyqt65
# os: ubuntu-22.04
# python: "3.12-dev"
- testenv: py312-pyqt65
os: ubuntu-22.04
python: "3.12-dev"
### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: macos-11