Skip to content

Commit f7f0e23

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

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-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

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ classifiers = [
99
"Programming Language :: Python :: 3.11",
1010
"Programming Language :: Python :: 3.12",
1111
"Programming Language :: Python :: 3.13",
12+
"Programming Language :: Python :: 3.14",
1213
"Topic :: Scientific/Engineering :: Visualization",
1314
"License :: OSI Approved :: BSD License",
1415
]

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)