From 5d9b1709a36d3a7b11d163943351a227348e2ad5 Mon Sep 17 00:00:00 2001 From: Mng <50384638+Mng-dev-ai@users.noreply.github.com> Date: Wed, 11 Oct 2023 04:34:51 +0300 Subject: [PATCH] Add support for python3.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 60f00a5..ea71ce9 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( author="Michael Gendy", author_email="nagymichel13@gmail.com", - python_requires=">=3.8, <3.10", + python_requires=">=3.8, <3.11", classifiers=[ "Development Status :: 4 - Beta", "Intended Audience :: Developers",