setup.py: Switch minimum Python version to 3.7 (To allow more than 255 arguments in functions).
This commit is contained in:
parent
f23fac9a32
commit
80418f3a04
2
setup.py
2
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={
|
||||
|
|
Loading…
Reference in New Issue