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

This commit is contained in:
Florent Kermarrec 2023-12-19 10:28:39 +01:00
parent f23fac9a32
commit 80418f3a04
1 changed files with 1 additions and 1 deletions

View File

@ -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={