Bumped required Python version to 3.8+

This commit is contained in:
squidfunk
2023-05-10 09:21:29 +02:00
parent 1b3b8a719d
commit 88515d26a1

View File

@@ -37,7 +37,7 @@ dynamic = [
"keywords" "keywords"
] ]
readme = "README.md" readme = "README.md"
requires-python = ">=3.7" requires-python = ">=3.8"
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Environment :: Web Environment", "Environment :: Web Environment",