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