Completely removed Python 3.7 support

This commit is contained in:
2023-06-20 12:41:40 +02:00
parent 931f014242
commit 20d47dc3d3

View File

@@ -15,7 +15,6 @@ classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
@@ -47,7 +46,7 @@ packages = [
[tool.setuptools_scm]
[tool.black]
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
target-version = ['py38', 'py38', 'py39', 'py310', 'py311']
[tool.isort]
profile = "black"