From 1ab6e86743dbd9635c8448cd2e5eb5ce145ff253 Mon Sep 17 00:00:00 2001 From: Alex Schworer Date: Tue, 22 Apr 2014 08:11:42 -0700 Subject: [PATCH 1/2] add python 3.4 to tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f57c1e7..a9e5993 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.6" - "2.7" - "3.3" + - "3.4" - "pypy" install: pip install -e . # command to run tests From 8b11b0e8e3de5374214ad3115ca04ffc0b18cf2f Mon Sep 17 00:00:00 2001 From: Alex Schworer Date: Tue, 22 Apr 2014 08:14:41 -0700 Subject: [PATCH 2/2] advertise python 3.3/3.4 support --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 72a075b..a564139 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,8 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Software Development :: Libraries :: Python Modules' ] )