Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /