From cbbbe5f65ffd1bce45e31cb2b25a56ae95ccbd75 Mon Sep 17 00:00:00 2001 From: Sohaib Date: Wed, 29 Jan 2025 23:17:12 +0500 Subject: [PATCH] Solving the installation issue #441 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99b8d21d8..6114cdf41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ ] version = "0.1.30" readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.11,<4.0" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",