Skip to content

Commit

Permalink
Declare Python 3.5 compatibility. (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianpilz committed Sep 29, 2016
1 parent b6863eb commit 865bc96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ CHANGES

- ``zope.testbrowser[zope-functional-testing]``

- Add support for Python 3.3 and 3.4.
- Add support for Python 3.3, 3.4 and 3.5.

- Drop support for Python 2.5 and 2.6.

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Testing',
'Topic :: Internet :: WWW/HTTP',
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py33,py34,docs
py27,py33,py34,py35,docs

[testenv]
deps =
Expand Down

0 comments on commit 865bc96

Please sign in to comment.