From d1e653115b64d903e2c2014edcd5f5c4414f4805 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 12 Jul 2022 17:29:48 +0200 Subject: ci: Re-add Python 3.11 Fixes #7143 --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d4b914b2..e1ecb8dfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,10 +135,9 @@ jobs: os: ubuntu-20.04 python: "3.10" ### PyQt 5.15 (Python 3.11) - # - testenv: py311-pyqt515 - # os: ubuntu-20.04 - # python: "3.11-dev" - # experimental: true + - testenv: py311-pyqt515 + os: ubuntu-20.04 + python: "3.11-dev" ### macOS: PyQt 5.15 (Python 3.9 to match PyInstaller env) - testenv: py39-pyqt515 os: macos-10.15 -- cgit v1.2.3-54-g00ecf