From 3d8155d87d4ff6b95eba313e3803af6abfdd45c3 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Wed, 13 Jun 2018 13:56:55 -0700 Subject: [PATCH] Claim support for Python 3.7 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 692a14fa8..f33b1448b 100755 --- a/setup.py +++ b/setup.py @@ -394,6 +394,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 :: Database"],