From 96de7992df8c26d15b7bf698f615de00a18d55d3 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 19 Dec 2023 10:29:39 +0100 Subject: [PATCH] setup.py: Switch minimum Python version to 3.7 (To allow more than 255 arguments in functions). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd49da4..28a90ba 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ download_url = "https://github.com/litex-hub/litespi", 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 = {