mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 01:16:35 +03:00
Bump required Python version (#4491)
This commit is contained in:
parent
5fc5fce9a2
commit
4a591cee8a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@ __pycache__/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
.ruff_cache/
|
.ruff_cache/
|
||||||
|
.venv/
|
||||||
dist/
|
dist/
|
||||||
dist-doc/
|
dist-doc/
|
||||||
build/
|
build/
|
||||||
|
|
|
@ -7,7 +7,7 @@ authors = [
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {file = "LICENSE"}
|
license = {file = "LICENSE"}
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.9"
|
||||||
keywords = ["telegram", "chat", "messaging", "mtproto", "telethon"]
|
keywords = ["telegram", "chat", "messaging", "mtproto", "telethon"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
|
|
@ -7,7 +7,7 @@ authors = [
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = {file = "LICENSE"}
|
license = {file = "LICENSE"}
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.9"
|
||||||
keywords = ["telegram", "parser", "codegen", "telethon"]
|
keywords = ["telegram", "parser", "codegen", "telethon"]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user