From 3ff15831c5cd80f7fbf5ed3fcc21886a1e5afee6 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Tue, 14 Jan 2025 20:50:37 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05c3f2d..1c7391e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # http://pypi.python.org/pypi/setuptools NAME = "infisicalsdk" VERSION = "1.0.1" -PYTHON_REQUIRES = ">=3.7" +PYTHON_REQUIRES = ">=3.8" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", "python-dateutil",