Remove compatibility with Python 3.7

This commit is contained in:
Alex Root Junior 2021-05-25 01:00:36 +03:00
parent f022b4441c
commit 6253b25158
4 changed files with 161 additions and 174 deletions

View file

@ -23,7 +23,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Application Frameworks",
@ -32,7 +31,7 @@ classifiers = [
]
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
aiohttp = "^3.7.4"
pydantic = "^1.8.1"
Babel = "^2.9.1"