Skip to content

Commit 51aad1d

Browse files
committed
Update setup.py
Update setup config to require python 3.9 and 3.10
1 parent c3c2bce commit 51aad1d

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
@@ -56,7 +56,7 @@
5656
# "xesmf>=0.3.0", # Optional. Not part of main package
5757
# "esmpy>=8.0.0", # Optional. Not part of main package
5858
],
59-
"python_requires": ">=3.8,<3.11",
59+
"python_requires": ">3.8,<3.11",
6060
"packages": ["coast", "coast.data", "coast._utils", "coast.diagnostics"],
6161
"include_package_data": True,
6262
"github": "British-Oceanographic-Data-Centre",

0 commit comments

Comments
 (0)