From 8b5e5bbbf2afbdc4f8606779b34991393ee9153d Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 23 Sep 2013 10:48:58 -0700 Subject: Python 3.3 is supported, 2.5 is not. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1450ae9..70c2a14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: python python: - - 2.5 - 2.6 - 2.7 - 3.2 + - 3.3 - pypy -- cgit v1.2.1