Skip to content

Commit

Permalink
add py3.7 to setup.py classifier, tox.ini, and CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Aug 9, 2018
1 parent bec33be commit 4d7e58c
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 @@ -4,7 +4,7 @@ Changes
4.5.1 (unreleased)
------------------

- Nothing changed yet.
- Add support for Python 3.7


4.5.0 (2018-04-19)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def read(*rnames):
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Zope3",
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,py27-pure,py34,py34-pure,py35,py36,pypy,pypy3,coverage,docs
py27,py27-pure,py34,py34-pure,py35,py36,py37,pypy,pypy3,coverage,docs

[testenv]
commands =
Expand Down

0 comments on commit 4d7e58c

Please sign in to comment.