From 6f200be89e76a8738d2c126acde4fb245f13b454 Mon Sep 17 00:00:00 2001 From: Neda Moeini <neda.moeini@geant.org> Date: Wed, 6 Dec 2023 16:04:19 +0100 Subject: [PATCH] Removed required python version for the test purposes. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index e27192d..d12d952 100644 --- a/setup.py +++ b/setup.py @@ -41,5 +41,4 @@ setup( "Intended Audience :: System Administrators", "Intended Audience :: Telecommunications Industry", ], - python_requires=">=3.11", ) -- GitLab