Skip to content

Commit

Permalink
Merge pull request py4dstem#587 from alex-rakowski/python-requirements
Browse files Browse the repository at this point in the history
changing python requirement to <3.13

Former-commit-id: c17fa08
  • Loading branch information
sezelt authored Dec 19, 2023
2 parents bb5cbc1 + 46a8076 commit b1875e2
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 b1875e2

Please sign in to comment.