Remove unsupported python version

This commit is contained in:
Jahongir Qurbonov 2024-10-19 10:02:24 +05:00
parent c588c74c08
commit 41a6901ed1
2 changed files with 2 additions and 2 deletions

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",

View File

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