parent
65a3a3cf9a
commit
3aa839998b
|
|
@ -193,6 +193,10 @@ jobs:
|
||||||
- testenv: py313-pyqt68
|
- testenv: py313-pyqt68
|
||||||
os: ubuntu-24.04
|
os: ubuntu-24.04
|
||||||
python: "3.13"
|
python: "3.13"
|
||||||
|
### PyQt 6.8 (Python 3.14)
|
||||||
|
- testenv: py313-pyqt68
|
||||||
|
os: ubuntu-24.04
|
||||||
|
python: "3.14"
|
||||||
### macOS Ventura
|
### macOS Ventura
|
||||||
- testenv: py313-pyqt68
|
- testenv: py313-pyqt68
|
||||||
os: macos-13
|
os: macos-13
|
||||||
|
|
|
||||||
1
tox.ini
1
tox.ini
|
|
@ -41,6 +41,7 @@ basepython =
|
||||||
py311: {env:PYTHON:python3.11}
|
py311: {env:PYTHON:python3.11}
|
||||||
py312: {env:PYTHON:python3.12}
|
py312: {env:PYTHON:python3.12}
|
||||||
py313: {env:PYTHON:python3.13}
|
py313: {env:PYTHON:python3.13}
|
||||||
|
py314: {env:PYTHON:python3.14}
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/misc/requirements/requirements-tests.txt
|
-r{toxinidir}/misc/requirements/requirements-tests.txt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue