From 67d239d875c4e805f94a672cdedd7b6d3fe090e2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 13 Apr 2025 13:37:44 +0200 Subject: [PATCH] ci: Fix config --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 656aee3f1..6debd2df1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,9 +194,9 @@ jobs: os: ubuntu-24.04 python: "3.13" ### PyQt 6.8 (Python 3.14) - - testenv: py314-dev + - testenv: py314 os: ubuntu-24.04 - python: "3.14.0-alpha.6" + python: "3.14-dev" ### PyQt 6.9 (Python 3.13) - testenv: py313-pyqt69 os: ubuntu-24.04