setup: Update the minimum required runtime python3 version

Related to T2367
This commit is contained in:
Antoine R. Dumont (@ardumont) 2020-04-20 17:29:15 +02:00
parent 58ef08b083
commit d2daed02af
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -1,5 +1,5 @@
#!/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
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
@ -40,6 +40,7 @@ setup(
description="Software Heritage lister",
long_description=long_description,
long_description_content_type="text/markdown",
python_requires=">=3.7",
author="Software Heritage developers",
author_email="swh-devel@inria.fr",
url="https://forge.softwareheritage.org/diffusion/DLSGH/",