From 24c34deffefa837e5f247a57432ebbc20e9d023a Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com> Date: Mon, 20 Apr 2020 17:44:01 +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 f856f2d..2c52063 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,14 @@ +# Copyright (C) 2016-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 + from setuptools import setup, find_packages setup( name='swh-sandbox', description='Sandbox project', + python_requires=">=3.7", version='0.0.3', author='Software Heritage developers', author_email='swh-devel@inria.fr', -- GitLab