Skip to content

Commit

Permalink
Upgraded to Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGherardelli committed May 22, 2024
1 parent 0dc8a2e commit 8abbbb6
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 @@ -23,7 +23,7 @@
# http://pypi.python.org/pypi/setuptools
NAME = "data-bridges-client"
VERSION = "4.1.0"
PYTHON_REQUIRES = ">=3.7"
PYTHON_REQUIRES = ">=3.8"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
"httpx",
Expand Down

0 comments on commit 8abbbb6

Please sign in to comment.