From 5dbc37af339aff21439d007f5ed11e5a2862609e Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 8 Dec 2018 04:50:45 -0800 Subject: Add testing and document support for Python 3.7 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 27c7541..0032a3a 100755 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ setup( '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', 'Topic :: Software Development :: Libraries :: Python Modules', -- cgit v1.2.1