Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kanishkan91 committed Jan 22, 2025
1 parent 0acb2db commit 848450c
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 @@ -15,7 +15,7 @@ def readme():
setup(
name='demeter',
version=version,
python_requires=">=3.10",
python_requires=">3.9",
packages=find_packages(),
url='https://github.com/JGCRI/demeter',
license='BSD 2-Clause',
Expand Down

0 comments on commit 848450c

Please sign in to comment.