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

setup: Update the minimum required runtime python3 version

Related to T2367
parent c0006300
No related branches found
No related tags found
No related merge requests found
# 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',
......
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