From 54a0067c277dfef171b758e11cac94c92a47bee9 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 6 Sep 2021 07:04:56 +0200 Subject: [PATCH] exclude all versions of the 3.6 branch --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 94f00d809..1740b54a5 100644 --- a/python/setup.py +++ b/python/setup.py @@ -16,7 +16,7 @@ setuptools.setup( url='https://damask.mpie.de', packages=setuptools.find_packages(), include_package_data=True, - python_requires = '>3.6', + python_requires = '>=3.7', install_requires = [ 'pandas>=0.24', # requires numpy 'numpy>=1.17', # needed for default_rng