refactor: update code to the latest python (3.12+)

This commit is contained in:
2024-04-29 14:17:41 +03:00
parent 9e02d7a38f
commit 3cd9cff4ee
12 changed files with 27 additions and 26 deletions

View File

@ -81,6 +81,7 @@ web = [
"aiohttp_security",
"cryptography",
"requests-unixsocket", # required by unix socket support
"setuptools", # required by aiohttp-apispec
]
[tool.flit.sdist]