From 4d7e58c485df12033217a031ecb7590171f58b3e Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Thu, 9 Aug 2018 16:20:50 -0500 Subject: [PATCH] add py3.7 to setup.py classifier, tox.ini, and CHANGES --- CHANGES.rst | 2 +- setup.py | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9f1a0402..283ca733 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ Changes 4.5.1 (unreleased) ------------------ -- Nothing changed yet. +- Add support for Python 3.7 4.5.0 (2018-04-19) diff --git a/setup.py b/setup.py index 0eb36ea2..66553f85 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/tox.ini b/tox.ini index 1e8d9c5a..9f9ae39a 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =