Skip to content

Commit

Permalink
added python versions requirement
Browse files Browse the repository at this point in the history
this is inline with requests module, a critical dependency
  • Loading branch information
mattjoyce committed May 26, 2024
1 parent f00dffb commit b061e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/python-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
install_requires=[
"requests",
],
python_requires='>=3.8',
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
Expand Down

0 comments on commit b061e12

Please sign in to comment.