Skip to content

Commit 2223fa7

Browse files
author
Tim Schneider
committed
Set minimum python version in setup.py to 3.7, as 3.6 is not actually supported anymore
1 parent 902b72a commit 2223fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ def build_extension(self, ext):
7878
"Programming Language :: C++",
7979
],
8080
install_requires=["numpy"],
81-
python_requires=">=3.6",
81+
python_requires=">=3.7",
8282
zip_safe=False,
8383
)

0 commit comments

Comments
 (0)