diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a414ba4..e9fb24a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -106,6 +106,7 @@ jobs: python: - "3.9" - "3.11" + - "3.12" sentinel: - "1" - "2" diff --git a/flooding/sentinel2_water_extraction/README.md b/flooding/sentinel2_water_extraction/README.md index 7746cbb..a472961 100644 --- a/flooding/sentinel2_water_extraction/README.md +++ b/flooding/sentinel2_water_extraction/README.md @@ -40,7 +40,7 @@ If you can't use Nix, you will need the following. For each prerequisite, the - Linux (tested on Ubuntu 22.04, Jammy Jellyfish and 24.04, Noble Numbat) - macOS (tested on version 12, Monterey) - Windows (tested on Windows Server 2022) -- [Python](https://www.python.org/downloads/) (tested with 3.9 and 3.11) +- [Python](https://www.python.org/downloads/) (tested with 3.9, 3.11 and 3.12) - [Poetry](https://python-poetry.org/docs/#installation) (tested with 1.8.3) - [GDAL](https://gdal.org/download.html) (tested with 3.8.5)