Skip to content

Commit

Permalink
support only up to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Dec 28, 2023
1 parent f3a7419 commit d6da7a6
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 @@ -39,7 +39,7 @@
"License :: OSI Approved :: MIT License"
],
install_requires=['numpy~=1.24.4'],
python_requires='<=3.12,>=3.8',
python_requires='<3.12,>=3.8',
extras_require=extra_requires,
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit d6da7a6

Please sign in to comment.