Skip to content

Commit

Permalink
Merge pull request #19 from Infisical/daniel/update-required-py-version
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 authored Jan 14, 2025
2 parents a48b289 + 3ff1583 commit c626354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c626354

Please sign in to comment.