Remove support of EOL Python 3.6

Python 3.6 reached end of life 2021-12-23.
https://devguide.python.org/versions/
This commit is contained in:
Rotzbua 2022-12-27 14:26:59 +01:00 committed by Florian Festi
parent bfbe566c74
commit 821cd9f185
1 changed files with 1 additions and 1 deletions

View File

@ -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={