Upgrade minimal python version

This commit is contained in:
Jahongir Qurbonov 2024-10-16 11:56:45 +05:00
parent 66daed2584
commit c3aff20c18

View File

@ -7,7 +7,7 @@ authors = [
]
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.8"
requires-python = ">=3.9"
keywords = ["telegram", "chat", "messaging", "mtproto", "telethon"]
classifiers = [
"Development Status :: 5 - Production/Stable",