Skip to content

Commit 1e2c0fc

Browse files
committed
change to python 3.10 as minimum requirement
1 parent 6bb1153 commit 1e2c0fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.13",
2222
"Topic :: Scientific/Engineering :: Atmospheric Science",
2323
]
24-
requires-python = ">=3.11,<3.14"
24+
requires-python = ">=3.10,<3.14"
2525
dependencies = [
2626
"dacite>=1.8.1",
2727
"gcsfs>=2024.12.0",

0 commit comments

Comments
 (0)