From 4fe182f2a6cbc5c7a1c010c0fd43c1c47b653a0b Mon Sep 17 00:00:00 2001 From: chidanandpujar Date: Fri, 10 Feb 2023 10:27:06 +0530 Subject: [PATCH] Fix for issue #1231 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9b395cbe1..de0dd9d21 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ "jnpr.junos.cfgro": ["*.yml"], "jnpr.junos.resources": ["*.yml"], }, - python_requires=">=3.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", + python_requires=">=3.5, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", install_requires=install_reqs, classifiers=[ "Development Status :: 5 - Production/Stable",