Skip to content

Commit

Permalink
Don't install package on Python below 3.8 (#1417)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus authored Jun 14, 2024
1 parent fd3571a commit ffe9045
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 @@ -43,6 +43,7 @@
long_description_content_type="text/markdown",
package_dir={"minio": "minio"},
packages=["minio", "minio.credentials"],
python_requires=">3.8",
install_requires=["certifi", "urllib3", "argon2-cffi",
"pycryptodome", "typing-extensions"],
tests_require=[],
Expand Down

0 comments on commit ffe9045

Please sign in to comment.