Skip to content

Commit 715f057

Browse files
authored
Support for Python 3.5+ only in package metdata (#212)
1 parent 2234341 commit 715f057

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
long_description_content_type = 'text/markdown',
3030
license = 'BSD',
3131
platforms = ['Any'],
32+
python_requires='>=3.5',
3233
keywords = [
3334
'pyunit', 'unittest', 'junit xml', 'xunit', 'report', 'testrunner', 'xmlrunner'
3435
],
@@ -40,8 +41,6 @@
4041
'Natural Language :: English',
4142
'Operating System :: OS Independent',
4243
'Programming Language :: Python',
43-
'Programming Language :: Python :: 2',
44-
'Programming Language :: Python :: 2.7',
4544
'Programming Language :: Python :: 3',
4645
'Programming Language :: Python :: 3.5',
4746
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)