From b4215d31b32f580edb376a060e383c9b5e6ccf10 Mon Sep 17 00:00:00 2001 From: toofar Date: Tue, 14 Nov 2023 18:47:21 +1300 Subject: py3.12 is released now ref: https://github.com/qutebrowser/qutebrowser/issues/7989 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccfa69ca3..9e639d949 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: ### PyQt 6.5 (Python 3.12) - testenv: py312-pyqt65 os: ubuntu-22.04 - python: "3.12-dev" + python: "3.12" ### 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