From 90e60857a2b50f37abd29994ab9d22c069cb2c84 Mon Sep 17 00:00:00 2001 From: Stefan Wehrmeyer Date: Sat, 9 Mar 2019 11:38:50 +0100 Subject: [PATCH] Add Python 3.7 to setup.py Closes #287 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23c68df..610de4d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,8 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6' + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ], keywords='sql sqlalchemy etl loading utility', author='Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer',