diff --git a/setup.py b/setup.py index c2abd34..8f633f4 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,8 @@ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.6' + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7' ], install_requires=['requests'], extras_require={ diff --git a/tox.ini b/tox.ini index 3766751..29e60f6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py36 +envlist = py27, py36, py37 [testenv] passenv = *