From 41a6901ed1de1ff4c52922494810f7316b0562f0 Mon Sep 17 00:00:00 2001 From: Jahongir Qurbonov Date: Sat, 19 Oct 2024 10:02:24 +0500 Subject: [PATCH] Remove unsupported python version --- client/pyproject.toml | 2 +- generator/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", diff --git a/generator/pyproject.toml b/generator/pyproject.toml index ec85efaa..4c564b9f 100644 --- a/generator/pyproject.toml +++ b/generator/pyproject.toml @@ -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",