Skip to content

Commit 12526ec

Browse files
authored
Merge pull request #18 from pytest-dev/update-trove-classifiers/1/dev
Update trove classifiers This is a last-minute change before officially releasing version 0.5.1
2 parents 19b715c + 3f051e8 commit 12526ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,22 @@ def run(self):
5858

5959
keywords='py.test pytest server localhost http smtp',
6060
classifiers=[
61+
'Frameworks :: Pytest',
6162
'Operating System :: OS Independent',
6263
'Development Status :: 4 - Beta',
6364
'Intended Audience :: Developers',
6465
'License :: OSI Approved :: MIT License',
6566
'Programming Language :: Python :: 2',
66-
'Programming Language :: Python :: 2.6',
6767
'Programming Language :: Python :: 2.7',
6868
'Programming Language :: Python :: 3',
6969
'Programming Language :: Python :: 3.3',
7070
'Programming Language :: Python :: 3.4',
7171
'Programming Language :: Python :: 3.5',
7272
'Programming Language :: Python :: 3.6',
7373
'Programming Language :: Python :: 3.7',
74+
'Programming Language :: Python :: 3.8',
75+
'Programming Language :: Python :: 3.9',
76+
'Programming Language :: Python :: 3.10',
7477
'Topic :: Software Development :: Testing'
7578
]
7679
)

0 commit comments

Comments
 (0)