setup.py: Switch minimum Python version to 3.7 (To allow more than 255 arguents in functions).

This commit is contained in:
Florent Kermarrec 2023-12-19 10:23:39 +01:00
parent 6615941f0c
commit b55cd3d481
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ setup(
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": [