Skip to content

Commit

Permalink
Set min Python version to 3.8 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed May 16, 2024
1 parent 0788efb commit 7e8355c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"requests>=2.22.0",
],
include_package_data=True,
python_requires=">=3.8",
zip_safe=True,
)

0 comments on commit 7e8355c

Please sign in to comment.