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 e9dac1e commit 4cfa4de
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 @@ -20,7 +20,7 @@
download_url = "https://github.com/litex-hub/litex-boards",
test_suite = "test",
license = "BSD",
python_requires = "~=3.6",
python_requires = "~=3.7",
install_requires = ["litex"],
include_package_data = True,
packages = find_packages(exclude=['test*']),
Expand Down

0 comments on commit 4cfa4de

Please sign in to comment.