Skip to content

Commit d7bdfeb

Browse files
Remove Python 2.5 from trove classifiers
Despite the fact that Django 1.4 supports Python 2.5, we cannot test for it on Travis-CI. Will need to update the PyPi release to v0.4 to fix completely.
1 parent 908df9b commit d7bdfeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
'Operating System :: OS Independent',
3636
'Programming Language :: Python',
3737
'Programming Language :: Python :: 2',
38-
'Programming Language :: Python :: 2.5',
3938
'Programming Language :: Python :: 2.6',
4039
'Programming Language :: Python :: 2.7',
4140
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)