From b55cd3d4812ffeedccddc6b6e45c3585248e01df Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 19 Dec 2023 10:23:39 +0100 Subject: [PATCH] setup.py: Switch minimum Python version to 3.7 (To allow more than 255 arguents in functions). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea7150e..78cb563 100755 --- a/setup.py +++ b/setup.py @@ -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": [