We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2d155 commit e720dc2Copy full SHA for e720dc2
setup.py
@@ -20,10 +20,11 @@
20
keywords=['testing', 'reporting', 'reportportal'],
21
classifiers=[
22
'Programming Language :: Python :: 2.7',
23
- 'Programming Language :: Python :: 3.5',
24
'Programming Language :: Python :: 3.6',
25
'Programming Language :: Python :: 3.7',
26
- 'Programming Language :: Python :: 3.8'
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
27
+ 'Programming Language :: Python :: 3.10'
28
],
29
install_requires=requirements
30
)
0 commit comments