Skip to content

Commit

Permalink
install: bump requirement to py38
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jun 17, 2024
1 parent bb85ed6 commit f6540e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def requirements():
version="3.16.1",
setup_requires=['pbr', 'numpy', 'cython'],
install_requires=['numpy'],
python_requires=">=3.7,<4.0",
python_requires=">=3.8,<4.0",
ext_modules=[
setuptools.Extension(
'cc3d',
Expand Down

0 comments on commit f6540e3

Please sign in to comment.