From d96c6bf287fb5af681836f0a3e567d97fecee282 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com> Date: Mon, 20 Apr 2020 17:40:48 +0200 Subject: [PATCH] setup: Update the minimum required runtime python3 version Related to T2367 --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index c2c3a99f..4b0c30e2 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,8 @@ +# Copyright (C) 2017-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 + import os from setuptools import setup, find_packages @@ -24,6 +29,7 @@ def parse_requirements(name=None): setup( name="swh.docs", description="Software Heritage development documentation", + python_requires=">=3.7", author="Software Heritage developers", author_email="swh-devel@inria.fr", url="https://forge.softwareheritage.org/source/swh-docs/", -- GitLab