From 6afe13e3a259505e55c5a34a790c8f77efb1bedc Mon Sep 17 00:00:00 2001 From: Sergey Tereschenko Date: Mon, 11 Feb 2019 23:22:08 +0200 Subject: [PATCH] Add python-3.7 to setup.py; remove python 3.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8083877..a3a975f 100755 --- a/setup.py +++ b/setup.py @@ -31,9 +31,9 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Operating System :: OS Independent', 'Environment :: Web Environment', 'Intended Audience :: Developers',