Skip to content

Commit

Permalink
Explicitly require Python 3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
knabar committed Oct 19, 2023
1 parent 33563d8 commit fe4c9a8
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 @@ -48,7 +48,7 @@ def read(fname):
url="https://github.com/ome/omero-web/",
license="GPLv2+",
packages=find_packages(exclude=("test",)) + ["omero.plugins"],
python_requires=">=3",
python_requires=">=3.8",
install_requires=[
# requires Ice (use wheel for faster installs)
"omero-py>=5.7.0",
Expand Down

0 comments on commit fe4c9a8

Please sign in to comment.