Skip to content

Commit

Permalink
set the minimum Python version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jan 16, 2024
1 parent 8e4154f commit 4b19080
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 @@ -218,7 +218,7 @@ def read(fname):
entry_points={
'console_scripts': ['omero=omero.main:main'],
},
python_requires='>=3',
python_requires='>=3.8',
install_requires=[
'urllib3<2',
'appdirs',
Expand Down

0 comments on commit 4b19080

Please sign in to comment.