From 566aba3cae1b7ca43810d73c42834e7c8c782250 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Mon, 9 Oct 2023 15:28:10 +1300 Subject: [PATCH] build: Support Python 3.12 --- .github/workflows/test.yml | 1 + flooding/sentinel1_water_extraction/README.md | 1 + flooding/sentinel2_water_extraction/README.md | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78eaa77..b508cb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -105,6 +105,7 @@ jobs: python: - "3.9" - "3.11" + - "3.12" sentinel: - "1" - "2" diff --git a/flooding/sentinel1_water_extraction/README.md b/flooding/sentinel1_water_extraction/README.md index 4c5585c..3ba1208 100644 --- a/flooding/sentinel1_water_extraction/README.md +++ b/flooding/sentinel1_water_extraction/README.md @@ -21,6 +21,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 1e226d0..335a9b5 100644 --- a/flooding/sentinel2_water_extraction/README.md +++ b/flooding/sentinel2_water_extraction/README.md @@ -40,7 +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.9, 3.10, and 3.11) +- [Python](https://www.python.org/downloads/) (tested with 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)