Skip to content

Commit 1db3447

Browse files
committed
Bumped min python version to 3.8
1 parent 58fee4f commit 1db3447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def get_tag(self): # noqa: D102
9393
author='Andrew Hoopes',
9494
author_email='freesurfer@nmr.mgh.harvard.edu',
9595
url='https://github.com/freesurfer/surfa',
96-
python_requires='>=3.6',
96+
python_requires='>=3.8',
9797
packages=packages,
9898
ext_modules=extensions,
9999
include_dirs=include_dirs,

0 commit comments

Comments
 (0)