1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-17 05:48:58 +00:00

Require Python >= 3.7

This commit is contained in:
grossmj 2022-04-26 19:11:37 +07:00
parent 2ee9232ac5
commit f5c20b2549

View File

@ -86,7 +86,7 @@ setup(
include_package_data=True,
zip_safe=False,
platforms="any",
python_requires='>=3.6.0',
python_requires='>=3.7.0',
setup_requires=["setuptools>=17.1"],
classifiers=[
"Development Status :: 5 - Production/Stable",