From 80418f3a04bf171ed2a0789f8d3af87f94743ccd Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 19 Dec 2023 10:28: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 44114ba..49b0354 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( download_url = "https://github.com/enjoy-digital/litescope", 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={