From 90e0357df6cad0c51bbc2d125e4cf9c77adff519 Mon Sep 17 00:00:00 2001 From: Ben Brostoff Date: Mon, 6 Jul 2020 11:09:49 -0400 Subject: [PATCH] Test 37 compat --- setup.py | 3 ++- tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 = *