Skip to content

Commit 308badb

Browse files
committed
Drop support for Python 2.5. Add support for Python 3.3
1 parent 325efbc commit 308badb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: python
22
python:
3-
- "2.5"
43
- "2.6"
54
- "2.7"
5+
- "3.3"
66

77
install: "pip install -r requirements.txt --use-mirrors"
88

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Version 0.5.4-dev
88

99
No release date
1010

11-
- Nothing
11+
- Add support for Python 3.3
12+
- Drop support for Python 2.5
1213

1314
Version 0.5.3
1415
-------------

0 commit comments

Comments
 (0)