Python 3.14: Add to tox/CI

Part of #8529
This commit is contained in:
Florian Bruhin 2025-04-02 13:22:35 +02:00
parent 65a3a3cf9a
commit 3aa839998b
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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