From 72647298b7a4caa7798446e051a810fad4feed49 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 2 Apr 2025 13:31:55 +0200 Subject: [PATCH] ci: Fix Python 3.14 derp --- .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 c68496be2..577ba165a 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: py313-pyqt68 + - testenv: py314-pyqt68 os: ubuntu-24.04 python: "3.14-dev" ### macOS Ventura