From bb933d5728f4b3f82938d8698bdfa2f37cb4ad0c Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Sun, 20 Oct 2024 20:04:37 -0500 Subject: [PATCH] add python_requires to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 91bc1bd..3cee0a2 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ "Programming Language :: Python :: 3.11", 'Environment :: Console', ], + python_requires='>=3.8', platforms=['Any'], scripts=[], provides=['st2auth_ldap'],