Skip to content

Commit

Permalink
bumpy min python version
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Feb 10, 2024
1 parent 3cf7356 commit c460f08
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 @@ -38,7 +38,7 @@
"License :: OSI Approved :: MIT License"
],
install_requires=['numpy~=1.26.4'],
python_requires='<3.12,>=3.8',
python_requires='<3.12,>=3.9',
extras_require=extra_requires,
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit c460f08

Please sign in to comment.