From 4ce19b8cb55ac927dc935b6089e77d2d01e9af93 Mon Sep 17 00:00:00 2001 From: Nathan Hillyer Date: Sun, 7 Feb 2021 14:36:21 -0600 Subject: [PATCH] #21: Switch python min version to 3.6 --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 0ad066b..91e150e 100644 --- a/src/setup.py +++ b/src/setup.py @@ -67,7 +67,7 @@ def compute_version(): "pandas", "sphinx", ], - python_requires='>=3.8', + python_requires='>=3.6', keywords='Topology Radiomics', command_options={ 'build_sphinx': {