bumped minimum required python to 3.8

This commit is contained in:
Bastian Venthur
2021-02-13 13:34:24 +01:00
parent e972d90704
commit e52b1b7738
3 changed files with 5 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ setup(
author='Bastian Venthur',
author_email='mail@venthur.de',
url='https://github.com/venthur/blag',
python_requires='>=3',
python_requires='>=3.8',
package_data={
'blag': ['templates/*'],
},