Bump required Python version (#4491)

This commit is contained in:
Jahongir Qurbonov 2024-10-19 18:55:33 +05:00 committed by GitHub
parent 5fc5fce9a2
commit 4a591cee8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ __pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
dist/
dist-doc/
build/

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