Skip to content

Commit b1ac7c7

Browse files
committed
Add support for Python 3.13 and 3.14 #175
1 parent 127323b commit b1ac7c7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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)

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ shapely>=2.0.0
3737
spyndex>=0.7.1
3838

3939
# SERTIT libs
40-
sertit[full]>=1.49.0
40+
sertit[full]>=1.50.2
4141

4242
# Dask
4343
dask[distributed]>=2024.5.1

0 commit comments

Comments
 (0)