Skip to content

Commit

Permalink
Add python_requires>=3.7
Browse files Browse the repository at this point in the history
As a follow-up to pyxem#347, actually prevent installing on incompatible Python versions when using pip.
  • Loading branch information
sk1p committed Sep 29, 2022
1 parent f33153f commit 59d3bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Physics",
],
python_requires=">=3.7",
packages=find_packages(exclude=["orix/tests"]),
extras_require=extra_feature_requirements,
# fmt: off
Expand Down

0 comments on commit 59d3bb4

Please sign in to comment.