Skip to content

Commit

Permalink
setup.py: Switch minimum Python version to 3.7 (To allow more than 25…
Browse files Browse the repository at this point in the history
…5 arguments in functions).
  • Loading branch information
enjoy-digital committed Dec 19, 2023
1 parent d740ec5 commit c28d0e4
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 @@ -13,7 +13,7 @@
download_url = "https://github.com/enjoy-digital/litesdcard",
test_suite = "test",
license = "BSD",
python_requires = "~=3.6",
python_requires = "~=3.7",
packages = find_packages(exclude=("test*", "sim*", "doc*", "examples*")),
include_package_data = True,
entry_points = {
Expand Down

0 comments on commit c28d0e4

Please sign in to comment.