From 5cd847a35d3c59005c40a4e4048b48f8f505c7fa Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com> Date: Mon, 20 Apr 2020 11:53:56 +0200 Subject: [PATCH] setup: Update the minimum required runtime python3 version Related to T2367 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 65c2803e..452756ab 100755 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ setup( description="Software Heritage core utilities", 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/DCORE/", -- GitLab