Skip to content

Commit

Permalink
Change version from ~3.5 to >=3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-TBT authored Oct 10, 2023
1 parent cd30387 commit 23413a5
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 @@ -86,7 +86,7 @@ def run(self):
download_url="%s/archive/v%s.tar.gz" % (HOMEPAGE, VERSION),
keywords=["OMERO.web", "webtagging", "autotag"],
install_requires=REQUIREMENTS,
python_requires="~=3.5",
python_requires=">=3",
include_package_data=True,
zip_safe=False,
cmdclass={
Expand Down

0 comments on commit 23413a5

Please sign in to comment.