Skip to content
Snippets Groups Projects
Verified Commit 94e116f6 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

setup: Update the minimum required runtime python3 version

Related to T2367
parent 915655a9
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3 #!/usr/bin/env python3
# Copyright (C) 2015-2018 The Software Heritage developers # Copyright (C) 2015-2020 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution # See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version # License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information # See top-level LICENSE file for more information
...@@ -40,6 +40,7 @@ setup( ...@@ -40,6 +40,7 @@ setup(
description="Software Heritage vault", description="Software Heritage vault",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
python_requires=">=3.7",
author="Software Heritage developers", author="Software Heritage developers",
author_email="swh-devel@inria.fr", author_email="swh-devel@inria.fr",
url="https://forge.softwareheritage.org/diffusion/DVAU/", url="https://forge.softwareheritage.org/diffusion/DVAU/",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment