From a28787c9c2a032aaaa773a876550ddf7205ed41f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 2 Apr 2025 13:22:35 +0200 Subject: [PATCH] Python 3.14: Add to tox/CI Part of #8529 --- .github/workflows/ci.yml | 4 ++++ tox.ini | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ec73024f..fc12aef9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,6 +193,10 @@ jobs: - testenv: py313-pyqt68 os: ubuntu-24.04 python: "3.13" + ### PyQt 6.8 (Python 3.14) + - testenv: py313-pyqt68 + os: ubuntu-24.04 + python: "3.14" ### macOS Ventura - testenv: py313-pyqt68 os: macos-13 diff --git a/tox.ini b/tox.ini index 92f61e55b..0c966f0e1 100644 --- a/tox.ini +++ b/tox.ini @@ -41,6 +41,7 @@ basepython = py311: {env:PYTHON:python3.11} py312: {env:PYTHON:python3.12} py313: {env:PYTHON:python3.13} + py314: {env:PYTHON:python3.14} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/misc/requirements/requirements-tests.txt