Skip to content

Commit

Permalink
Set minimal Python version to 3.9, like soma-base
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Nov 22, 2023
1 parent 16fd220 commit 6feb93e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

# Build the setup
setup(
python_requires=">=3.9",
name=release_info["NAME"],
description=release_info["DESCRIPTION"],
long_description=release_info["LONG_DESCRIPTION"],
Expand Down

0 comments on commit 6feb93e

Please sign in to comment.