Skip to content

Commit

Permalink
add python 3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed May 29, 2014
1 parent 5237cf0 commit 842c653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- "3.2"
- "3.3"
- "3.4"
- "2.7"
- "2.6"

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def run_tests(self):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 842c653

Please sign in to comment.