We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c2bce commit 51aad1dCopy full SHA for 51aad1d
setup.py
@@ -56,7 +56,7 @@
56
# "xesmf>=0.3.0", # Optional. Not part of main package
57
# "esmpy>=8.0.0", # Optional. Not part of main package
58
],
59
- "python_requires": ">=3.8,<3.11",
+ "python_requires": ">3.8,<3.11",
60
"packages": ["coast", "coast.data", "coast._utils", "coast.diagnostics"],
61
"include_package_data": True,
62
"github": "British-Oceanographic-Data-Centre",
0 commit comments