From 05b42c57eef3c210e636148e4fb8d9bbb37a2872 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 13 Apr 2025 13:40:37 +0200 Subject: [PATCH] ci: Fix config properly... --- .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 6debd2df1..b293dc338 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,7 +194,7 @@ jobs: os: ubuntu-24.04 python: "3.13" ### PyQt 6.8 (Python 3.14) - - testenv: py314 + - testenv: py314-pyqt68 os: ubuntu-24.04 python: "3.14-dev" ### PyQt 6.9 (Python 3.13)