Skip to content

Commit e058ec9

Browse files
committed
Drop Python 2.5 suport.
The exception handling syntax problem is too hard.
1 parent 457d64b commit e058ec9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
classifiers=[
3535
"Intended Audience :: Developers",
3636
"Programming Language :: Python :: 2",
37-
"Programming Language :: Python :: 2.5",
3837
"Programming Language :: Python :: 2.6",
3938
"Programming Language :: Python :: 2.7",
4039
"Programming Language :: Python :: Implementation :: CPython",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
# py26,py27,py32,py33,pypy,cover,docs
4-
py25,py26,py27,cover
4+
py26,py27,cover
55

66
[testenv]
77
commands =

0 commit comments

Comments
 (0)