From 821cd9f18552bcb0083976adde97b36613184035 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 27 Dec 2022 14:26:59 +0100 Subject: [PATCH] Remove support of EOL Python 3.6 Python 3.6 reached end of life 2021-12-23. https://devguide.python.org/versions/ --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd47c76..815f742 100755 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ setup( author_email='florian@festi.info', url='https://github.com/florianfesti/boxes', packages=find_packages(), - python_requires='>=3.6', + python_requires='>=3.7', install_requires=['affine>=2.0', 'markdown', 'shapely>=1.8.2'], scripts=['scripts/boxes', 'scripts/boxesserver'], cmdclass={