mirror of
https://github.com/GNS3/gns3-server
synced 2025-05-10 19:08:53 +00:00
Require Python >= 3.7
This commit is contained in:
parent
2ee9232ac5
commit
f5c20b2549
2
setup.py
2
setup.py
@ -86,7 +86,7 @@ setup(
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
platforms="any",
|
platforms="any",
|
||||||
python_requires='>=3.6.0',
|
python_requires='>=3.7.0',
|
||||||
setup_requires=["setuptools>=17.1"],
|
setup_requires=["setuptools>=17.1"],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
|
Loading…
Reference in New Issue
Block a user