Skip to content

Commit

Permalink
Drop Python 3.3 and add Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Aug 4, 2017
1 parent 6fe05f4 commit a8f79d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,9 +2,9 @@ language: python
sudo: false
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- pypy
- pypy3.5-5.8.0
install:
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -5,9 +5,9 @@
2.2.0 (unreleased)
==================

- Add support for Python 3.5.
- Add support for Python 3.5 and 3.6.

- Drop support for Python 2.6 and 3.2.
- Drop support for Python 2.6, 3.2 and 3.3.

- Host documentation at https://zopebrowser.readthedocs.io

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,9 +42,9 @@ def read(*rnames):
'Programming Language :: Python :: 2',
'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 :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py33,py34,py35,pypy,pypy3,docs
py27,py34,py35,py36,pypy,pypy3,docs,coverage

[testenv]
commands =
Expand Down

0 comments on commit a8f79d6

Please sign in to comment.