Skip to content

Commit 0b10018

Browse files
committed
remove minor python versions
since we always support all of them
1 parent 878c3f9 commit 0b10018

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

setup.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,8 @@ def read(fname):
2626
'Operating System :: OS Independent',
2727
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
2828
'Programming Language :: Python',
29-
'Programming Language :: Python :: 2.6',
30-
'Programming Language :: Python :: 2.7',
29+
'Programming Language :: Python :: 2',
3130
'Programming Language :: Python :: 3',
32-
'Programming Language :: Python :: 3.2',
33-
'Programming Language :: Python :: 3.3',
34-
'Programming Language :: Python :: 3.4',
35-
'Programming Language :: Python :: 3.5',
36-
'Programming Language :: Python :: 3.6',
3731
'Development Status :: 5 - Production/Stable',
3832
'Natural Language :: English',
3933
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)