@@ -26,7 +26,6 @@ classifiers = [
2626 " Operating System :: Microsoft :: Windows" ,
2727 " Operating System :: MacOS" ,
2828 " Operating System :: POSIX :: Linux" ,
29- " Programming Language :: Python :: 3.10" ,
3029 " Programming Language :: Python :: 3.11" ,
3130 " Programming Language :: Python :: 3.12" ,
3231 " Programming Language :: Python :: 3.13" ,
@@ -35,7 +34,7 @@ classifiers = [
3534 " License :: OSI Approved :: MIT License" ,
3635]
3736
38- requires-python = " >=3.10 "
37+ requires-python = " >=3.11 "
3938
4039dependencies = [
4140 " python-cmr >=0.10.0" ,
@@ -59,7 +58,7 @@ Changelog = "https://github.com/nsidc/earthaccess/blob/main/CHANGELOG.md"
5958kerchunk = [
6059 " kerchunk" ,
6160 " dask" ,
62- " h5py >=3.6 .0" ,
61+ " h5py >=3.8 .0" ,
6362 " h5netcdf" ,
6463 " xarray" ,
6564 " zarr >=2.12.0, <3.0.0a" ,
@@ -69,7 +68,7 @@ virtualizarr = [
6968 " zarr >=2.12.0, <3.0.0a" ,
7069 " virtualizarr >=1.2.0" ,
7170 " dask" ,
72- " h5py >=3.6 .0" ,
71+ " h5py >=3.8 .0" ,
7372]
7473dev = [
7574 " bump-my-version >=0.10.0" ,
@@ -134,7 +133,7 @@ docs = [
134133filterwarnings = [" error::UserWarning" ]
135134
136135[tool .mypy ]
137- python_version = " 3.10 "
136+ python_version = " 3.11 "
138137files = [" earthaccess" , " tests" ]
139138mypy_path = [" earthaccess" , " tests" , " stubs" ]
140139disallow_untyped_defs = true
0 commit comments