Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Explicitly list Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Apr 22, 2017
1 parent ad2e5db commit 250c328
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ sudo: false
python:
- 2.7
- pypy-5.4.1
- 3.4
- 3.5
- 3.6
install:
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -5,11 +5,11 @@ CHANGES
4.0.0 (unreleased)
------------------

- Add support for Python 3.5 and 3.6 and PyPy.
- Add support for Python 3.4, 3.5, and 3.6 and PyPy.

- Removed support for Python 2.6.

- Added `tox.ini` and manifest.
- Added ``tox.ini`` and manifest.

- Removed zope.app.testing dependency.

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -52,6 +52,7 @@ def read(*rnames):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py27, pypy, py35, py36
py27, pypy, py34, py35, py36

[testenv]
commands =
Expand Down

0 comments on commit 250c328

Please sign in to comment.