Skip to content

Commit a81f2a4

Browse files
add python 3.14 support in pyproject.toml (tests and build OK)
1 parent 4a6ced8 commit a81f2a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
3131
"Programming Language :: Python :: 3.13",
32+
"Programming Language :: Python :: 3.14",
3233
]
3334
requires-python = ">=3.9, <4"
3435
dependencies = ["NumPy>=1.19", "QtPy>=1.9"]

0 commit comments

Comments
 (0)