Skip to content

Commit 53e6811

Browse files
committed
Python versions update
1 parent 4877dc4 commit 53e6811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ def read_file(fname):
3939
license="Apache-2.0",
4040
keywords=["testing", "reporting", "reportportal", "client"],
4141
classifiers=[
42-
"Programming Language :: Python :: 3.8",
4342
"Programming Language :: Python :: 3.9",
4443
"Programming Language :: Python :: 3.10",
4544
"Programming Language :: Python :: 3.11",
4645
"Programming Language :: Python :: 3.12",
4746
"Programming Language :: Python :: 3.13",
47+
"Programming Language :: Python :: 3.14",
4848
],
4949
install_requires=read_file("requirements.txt").splitlines(),
5050
)

0 commit comments

Comments
 (0)