diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 223932f..6120ad8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -105,6 +105,7 @@ jobs: python: - "3.8" - "3.11" + - "3.12" sentinel: - "1" - "2" diff --git a/flooding/sentinel1_water_extraction/README.md b/flooding/sentinel1_water_extraction/README.md index 70c8b6b..021921f 100644 --- a/flooding/sentinel1_water_extraction/README.md +++ b/flooding/sentinel1_water_extraction/README.md @@ -22,6 +22,7 @@ Below are the instructions to get the notebook up and running. - 3.9 - 3.10 - 3.11 + - 3.12 ## Get the Jupyter Notebook diff --git a/flooding/sentinel2_water_extraction/README.md b/flooding/sentinel2_water_extraction/README.md index 474e4b7..6f5b534 100644 --- a/flooding/sentinel2_water_extraction/README.md +++ b/flooding/sentinel2_water_extraction/README.md @@ -40,8 +40,8 @@ If you can't use Nix, you will need the following. For each prerequisite, the - Linux (tested on Ubuntu 22.04, Jammy Jellyfish) - macOS (tested on version 12, Monterey) - Windows (tested on Windows Server 2022) -- [Python](https://www.python.org/downloads/) (tested with 3.8, 3.9, 3.10, and - 3.11) +- [Python](https://www.python.org/downloads/) (tested with 3.8, 3.9, 3.10, + 3.11, and 3.12) - [Poetry](https://python-poetry.org/docs/#installation) (tested with 1.3.2) - [GDAL](https://gdal.org/download.html) (tested with 3.6.4)