Skip to content

Commit

Permalink
Update minimal Python version
Browse files Browse the repository at this point in the history
Python 3.8 is no longer supported
  • Loading branch information
arokem authored Nov 4, 2024
1 parent 911cd02 commit fd2e56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platforms = OS Independent
[options]
setup_requires =
setuptools_scm
python_requires = >=3.8
python_requires = >=3.9
install_requires =
# core packages
scikit_image>=0.14.2
Expand Down

0 comments on commit fd2e56e

Please sign in to comment.