Skip to content

Commit 4825701

Browse files
committed
adds single py314 build to test
1 parent 9b70122 commit 4825701

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- linux: py313-test-pyqt67
4646
- linux: py311-test-pyqt66-all
4747
- linux: py311-test-pyqt514
48+
- linux: py314-test-pyqt68
4849
4950
# Documentation build
5051
- linux: py313-docs-pyqt514

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{310,311,312,313}-{codestyle,test,docs}-{pyqt514,pyqt515,pyside514,pyside515,pyqt63,pyqt64,pyqt65,pyqt66,pyqt67,pyqt68,pyside66,pyside67,pyside68}-all-{dev,legacy}
3+
py{310,311,312,313,314}-{codestyle,test,docs}-{pyqt514,pyqt515,pyside514,pyside515,pyqt63,pyqt64,pyqt65,pyqt66,pyqt67,pyqt68,pyside66,pyside67,pyside68}-all-{dev,legacy}
44
requires = pip >= 18.0
55
setuptools >= 30.3.0
66

0 commit comments

Comments
 (0)