Skip to content

Commit c28d0e4

Browse files
committed
setup.py: Switch minimum Python version to 3.7 (To allow more than 255 arguments in functions).
1 parent d740ec5 commit c28d0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
download_url = "https://github.com/enjoy-digital/litesdcard",
1414
test_suite = "test",
1515
license = "BSD",
16-
python_requires = "~=3.6",
16+
python_requires = "~=3.7",
1717
packages = find_packages(exclude=("test*", "sim*", "doc*", "examples*")),
1818
include_package_data = True,
1919
entry_points = {

0 commit comments

Comments
 (0)