Skip to content

Commit

Permalink
changing python requirement to <3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Dec 17, 2023
1 parent 8408ea3 commit b92f612
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 @@ -21,7 +21,7 @@
author_email="[email protected]",
license="GNU GPLv3",
keywords="STEM 4DSTEM",
python_requires=">=3.9,<=3.12",
python_requires=">=3.9,<3.13",
install_requires=[
"numpy >= 1.19",
"scipy >= 1.5.2",
Expand Down

0 comments on commit b92f612

Please sign in to comment.