Skip to content

Commit f6540e3

Browse files
install: bump requirement to py38
1 parent bb85ed6 commit f6540e3

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
@@ -41,7 +41,7 @@ def requirements():
4141
version="3.16.1",
4242
setup_requires=['pbr', 'numpy', 'cython'],
4343
install_requires=['numpy'],
44-
python_requires=">=3.7,<4.0",
44+
python_requires=">=3.8,<4.0",
4545
ext_modules=[
4646
setuptools.Extension(
4747
'cc3d',

0 commit comments

Comments
 (0)