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 arguents in functions).
  • Loading branch information
enjoy-digital committed Dec 19, 2023
1 parent 6615941 commit b55cd3d
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/enjoy-digital/litedram",
test_suite = "test",
license = "BSD",
python_requires = "~=3.6",
python_requires = "~=3.7",
install_requires = ["pyyaml", "litex"],
extras_require = {
"develop": [
Expand Down

0 comments on commit b55cd3d

Please sign in to comment.