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 4a77076 commit 8656687Copy full SHA for 8656687
1 file changed
pyproject.toml
@@ -11,16 +11,14 @@ classifiers = [
11
"Intended Audience :: Science/Research",
12
"License :: OSI Approved :: MIT License",
13
"Programming Language :: Python :: 3 :: Only",
14
- "Programming Language :: Python :: 3.8",
15
- "Programming Language :: Python :: 3.9",
16
"Programming Language :: Python :: 3.10",
17
"Programming Language :: Python :: 3.11",
18
"Programming Language :: Python :: 3.12",
19
"Programming Language :: Python :: 3.13",
20
"Topic :: Scientific/Engineering",
21
]
22
license = {text = "MIT"}
23
-requires-python = ">=3.8"
+requires-python = ">=3.10"
24
dependencies = [
25
"pandas>=0.22",
26
"xarray",
0 commit comments