Skip to content

Commit 8656687

Browse files
committed
Drop python 3.8 and 3.9
1 parent 4a77076 commit 8656687

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@ classifiers = [
1111
"Intended Audience :: Science/Research",
1212
"License :: OSI Approved :: MIT License",
1313
"Programming Language :: Python :: 3 :: Only",
14-
"Programming Language :: Python :: 3.8",
15-
"Programming Language :: Python :: 3.9",
1614
"Programming Language :: Python :: 3.10",
1715
"Programming Language :: Python :: 3.11",
1816
"Programming Language :: Python :: 3.12",
1917
"Programming Language :: Python :: 3.13",
2018
"Topic :: Scientific/Engineering",
2119
]
2220
license = {text = "MIT"}
23-
requires-python = ">=3.8"
21+
requires-python = ">=3.10"
2422
dependencies = [
2523
"pandas>=0.22",
2624
"xarray",

0 commit comments

Comments
 (0)