summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 580e532f8..a1612a4eb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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