From 5a4ae369a5a665cd6beaf7065447cf8328ea66d9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 28 Apr 2022 12:15:50 +0200 Subject: [PATCH] ci: Comment out Python 3.11 entirely for now Still reflected in commit status See #7143 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 258768839..28f1d0971 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,10 +126,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" - experimental: true + # - 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