Skip to content

Commit

Permalink
Update supported Python version range
Browse files Browse the repository at this point in the history
  • Loading branch information
bnubald committed Apr 11, 2024
1 parent 5880a70 commit 0da912c
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 @@ -97,7 +97,7 @@ def get_content(filename):
"icenet.results.threshold:threshold_main"
],
},
python_requires='>=3.8, <4',
python_requires='>=3.8, <3.12',
install_requires=get_content("requirements.txt"),
include_package_data=True,
extras_require={
Expand Down

0 comments on commit 0da912c

Please sign in to comment.