File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4545- CI: Add some exception to coverage and add the report back into artifacts
4646- CI: Add weekly tests on Python 3.13 and 3.14
4747- DEPS: Test on SNAP 12 and 13 [ #213 ] ( https://github.com/sertit/eoreader/issues/213 )
48- - DEPS: Drop support for Python 3.9 [ #175 ] ( https://github.com/sertit/eoreader/issues/175 )
48+ - DEPS: Drop support for Python 3.9 and add support for Python 3.13 and 3.14 [ #175 ] ( https://github.com/sertit/eoreader/issues/175 )
4949- DEPS: Revamp deps
5050- DOC: Update documentation, notebooks and docstrings
5151- DOC: Add a CITATION file [ #262 ] ( https://github.com/sertit/eoreader/issues/262 )
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ classifiers = [
2929 " Programming Language :: Python :: 3.11" ,
3030 " Programming Language :: Python :: 3.12" ,
3131 " Programming Language :: Python :: 3.13" ,
32+ " Programming Language :: Python :: 3.14" ,
3233 " Operating System :: OS Independent" ,
3334 " Topic :: Scientific/Engineering :: GIS" ,
3435 " Topic :: Software Development :: Libraries :: Python Modules" ,
@@ -42,7 +43,7 @@ dependencies = [
4243 " rioxarray>=0.15.0" ,
4344 " odc-geo[tiff]>=0.5.0" ,
4445 " geopandas>=0.14.4" ,
45- " sertit[full]>=1.49.0 " ,
46+ " sertit[full]>=1.50.2 " ,
4647 " spyndex>=0.7.1" ,
4748 " pyresample" ,
4849 " zarr" ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ shapely>=2.0.0
3737spyndex >= 0.7.1
3838
3939# SERTIT libs
40- sertit [full ]>= 1.49.0
40+ sertit [full ]>= 1.50.2
4141
4242# Dask
4343dask [distributed ]>= 2024.5.1
You can’t perform that action at this time.
0 commit comments