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.
2 parents 19b715c + 3f051e8 commit 12526ecCopy full SHA for 12526ec
setup.py
@@ -58,19 +58,22 @@ def run(self):
58
59
keywords='py.test pytest server localhost http smtp',
60
classifiers=[
61
+ 'Frameworks :: Pytest',
62
'Operating System :: OS Independent',
63
'Development Status :: 4 - Beta',
64
'Intended Audience :: Developers',
65
'License :: OSI Approved :: MIT License',
66
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
67
'Programming Language :: Python :: 2.7',
68
'Programming Language :: Python :: 3',
69
'Programming Language :: Python :: 3.3',
70
'Programming Language :: Python :: 3.4',
71
'Programming Language :: Python :: 3.5',
72
'Programming Language :: Python :: 3.6',
73
'Programming Language :: Python :: 3.7',
74
+ 'Programming Language :: Python :: 3.8',
75
+ 'Programming Language :: Python :: 3.9',
76
+ 'Programming Language :: Python :: 3.10',
77
'Topic :: Software Development :: Testing'
78
]
79
)
0 commit comments