From c4ec856f26e4d83eb11296480ab8180f14588934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Gru=CC=88ndger?= Date: Fri, 22 May 2020 00:40:41 +0200 Subject: [PATCH] Update python versions --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a67ef69..41ab5ca 100644 --- a/setup.py +++ b/setup.py @@ -26,8 +26,11 @@ setup( 'Topic :: Scientific/Engineering :: GIS', 'License :: OSI Approved :: GNU Affero General Public License v3', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9-dev' ], keywords='gliding ogn', packages=find_packages(exclude=['tests', 'tests.*']),