From c3aff20c18d766a02040e9c623b7ed15ae781620 Mon Sep 17 00:00:00 2001 From: Jahongir Qurbonov Date: Wed, 16 Oct 2024 11:56:45 +0500 Subject: [PATCH] Upgrade minimal python version --- client/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index a61df2e3..edee4903 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -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",