From 6e1ab5f103ff652e44c9cc0a5a2656167516c4f9 Mon Sep 17 00:00:00 2001 From: martin legrand Date: Fri, 21 Mar 2025 10:27:04 +0100 Subject: [PATCH] fix setup.py python version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1758d1d..c6278a0 100644 --- a/setup.py +++ b/setup.py @@ -62,5 +62,5 @@ setup( "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", ], - python_requires=">=3.6", + python_requires=">=3.9", )