From 88415c6aa0e375363b10d538a759e529b59b2779 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 12 Oct 2025 13:39:57 +0200 Subject: [PATCH] ci: Adjust Python versions Run Python 3.14 with PyQt 6.9 instead of 6.8, and remove -dev --- .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 438214ee8..c3e7c21e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,14 +190,14 @@ jobs: - testenv: py313-pyqt68 os: ubuntu-24.04 python: "3.13" - ### PyQt 6.8 (Python 3.14) + ### PyQt 6.8 (Python 3.13) - testenv: py314-pyqt68 os: ubuntu-24.04 - python: "3.14-dev" - ### PyQt 6.9 (Python 3.13) + python: "3.13" + ### PyQt 6.9 (Python 3.14) - testenv: py313-pyqt69 os: ubuntu-24.04 - python: "3.13" + python: "3.14" ### macOS Ventura - testenv: py313-pyqt69 os: macos-13