Skip to content

Commit 21d75c3

Browse files
authored
Update python version in setup.py (#630)
1 parent a45d59d commit 21d75c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def package_files(directory, prefixes, extensions):
2727
author="Ryan Forsyth, Chris Golaz",
2828
2929
description="Post-processing software for E3SM",
30-
python_requires=">=3.6",
30+
python_requires=">=3.9",
3131
packages=find_packages(include=["zppy", "zppy.*"]),
3232
package_data={"": data_files},
3333
entry_points={"console_scripts": ["zppy=zppy.__main__:main"]},

0 commit comments

Comments
 (0)