Skip to content

Commit

Permalink
Claim support for Python 3.4 and 3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jul 5, 2016
1 parent 7563d33 commit 389c457
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -10,6 +10,7 @@ CHANGES

- Drop support for Python 2.6.

- Claim support for Python 3.4 and 3.5.

4.0.0a4 (2013-03-19)
--------------------
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -54,6 +54,10 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py33
envlist = py27,py33,py34,py35

[testenv]
commands =
Expand Down

0 comments on commit 389c457

Please sign in to comment.