From 0fccba88ce09e80beca2939d3a9b4ef67fb2814e Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sun, 5 Sep 2021 10:15:12 +0200 Subject: [PATCH] we don't know whether python 3.6 still works it will anyways get security fixes only until end of 2021 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 2da8b045a..94f00d809 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.6', install_requires = [ 'pandas>=0.24', # requires numpy 'numpy>=1.17', # needed for default_rng