From 37f99e890c8e4eed8a567bb84a8fb7fcc4337423 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 7 Jun 2023 11:49:37 +0200 Subject: Revert "ci: Remove Python 3.12 for now" This reverts commit a5d6e4100542d47a3839caf5f274b369e5953e52. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd918b99a..a4a730f12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,9 +162,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 -- cgit v1.2.3-54-g00ecf