Skip to content

Commit adf747a

Browse files
committed
Update classifiers in setup.py
This removes 2.5, 3.0, 3.1, and 3.2 while adding 3.5. We don't want to actively support 2.5, 3.0, 3.1, or 3.2 and don't want to receive bug reports for those versions.
1 parent c1e06a2 commit adf747a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,10 @@
4343
'Intended Audience :: Developers',
4444
'Natural Language :: English',
4545
'Programming Language :: Python',
46-
'Programming Language :: Python :: 2.5',
4746
'Programming Language :: Python :: 2.6',
4847
'Programming Language :: Python :: 2.7',
49-
'Programming Language :: Python :: 3.0',
50-
'Programming Language :: Python :: 3.1',
51-
'Programming Language :: Python :: 3.2',
5248
'Programming Language :: Python :: 3.3',
5349
'Programming Language :: Python :: 3.4',
50+
'Programming Language :: Python :: 3.5',
5451
),
5552
)

0 commit comments

Comments
 (0)