From 0318e8c2a211bd88b7e6a6c258a7ad77c213e02c Mon Sep 17 00:00:00 2001 From: Rajendra Kadam Date: Fri, 2 Feb 2024 11:28:50 +0530 Subject: [PATCH] Support more Python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb32f2e..7282586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ readme = "README.md" # Optional # 'Programming Language' classifiers above, 'pip install' will check this # and refuse to install the project if the version does not match. See # https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires -requires-python = ">=3.11" +requires-python = ">=3.9" # This is either text indicating the license for the distribution, or a file # that contains the license