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

setup: Update the minimum required runtime python3 version

Related to T2367
parent 8d0abfad
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ setup( ...@@ -49,6 +49,7 @@ setup(
'monitoring', 'monitoring',
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
python_requires=">=3.7",
author='Software Heritage developers', author='Software Heritage developers',
author_email='swh-devel@inria.fr', author_email='swh-devel@inria.fr',
url='https://forge.softwareheritage.org/diffusion/swh-icinga-plugins', url='https://forge.softwareheritage.org/diffusion/swh-icinga-plugins',
......
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