Skip to content

Commit

Permalink
require python 3.9 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thurber committed Mar 23, 2021
1 parent eb25c4e commit 6f76243
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 @@ -23,6 +23,6 @@ def get_requirements():
author_email='thurber',
description='Python implementation of MOSART-WM: A water routing and management model',
long_description=readme(),
python_requires='>=3.6.*, <4',
python_requires='>=3.9.*, <4',
install_requires=get_requirements()
)

0 comments on commit 6f76243

Please sign in to comment.