Skip to content

Commit e720dc2

Browse files
committed
Programming languages update
1 parent 4f2d155 commit e720dc2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@
2020
keywords=['testing', 'reporting', 'reportportal'],
2121
classifiers=[
2222
'Programming Language :: Python :: 2.7',
23-
'Programming Language :: Python :: 3.5',
2423
'Programming Language :: Python :: 3.6',
2524
'Programming Language :: Python :: 3.7',
26-
'Programming Language :: Python :: 3.8'
25+
'Programming Language :: Python :: 3.8',
26+
'Programming Language :: Python :: 3.9',
27+
'Programming Language :: Python :: 3.10'
2728
],
2829
install_requires=requirements
2930
)

0 commit comments

Comments
 (0)