From f4d191833caeeca1812b3678b90ec5be3cef3715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Va=C5=A1ina?= Date: Mon, 24 Jul 2023 10:29:48 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff3d356d..ecca12e3 100755 --- a/setup.py +++ b/setup.py @@ -47,5 +47,5 @@ ], packages=find_packages(exclude=['docs', 'tests']), install_requires=REQUIREMENTS, - python_requires='>=3.8', + python_requires='>=3.10', )