Skip to content

Commit

Permalink
#21: Switch python min version to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhillyer committed Feb 7, 2021
1 parent 7bd99d1 commit 4ce19b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def compute_version():
"pandas",
"sphinx",
],
python_requires='>=3.8',
python_requires='>=3.6',
keywords='Topology Radiomics',
command_options={
'build_sphinx': {
Expand Down

0 comments on commit 4ce19b8

Please sign in to comment.