diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-01-04 18:33:12 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-01-04 18:33:12 +0100 |
commit | 03501796f43933fbd3c6dcfb68826ca54b06c50e (patch) | |
tree | 2a2f21573394f5adfccc1a7bcfba2b9a7d85df39 | |
parent | 29882a98bef268ebb884cdbc648fe5000f651298 (diff) | |
download | ghdl-03501796f43933fbd3c6dcfb68826ca54b06c50e.tar.gz ghdl-03501796f43933fbd3c6dcfb68826ca54b06c50e.tar.bz2 ghdl-03501796f43933fbd3c6dcfb68826ca54b06c50e.zip |
setup.py: slightly lower required python version
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ setuptools_setup( 'Issue Tracker': sourceCodeURL + "/issues" }, - python_requires='>=3.7', + python_requires='>=3.6', install_requires=requirements, packages=setuptools_find_packages(exclude=("tests",)), entry_points={ |