commit | 0f82c1f04f6710e2f182582068f186c4fffc3f9b | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Wed Jul 04 11:34:20 2018 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Jul 04 21:04:20 2018 +0530 |
tree | 1c007e9b7496adccac6b75bca8d823636eb3233a | |
parent | 179eb1d0917ddc1067d056127e08e952206e0e91 [diff] [blame] |
Added py37 (#772) * Added py37 to travis * Added py37 trove classifier * Added py37 to tox
diff --git a/setup.py b/setup.py index 5e80f0c..29c11f4 100755 --- a/setup.py +++ b/setup.py
@@ -82,6 +82,7 @@ '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',