Skip to content

Commit

Permalink
build: Support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed May 13, 2024
1 parent 452e921 commit 9c6a98c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
python:
- "3.9"
- "3.11"
- "3.12"
sentinel:
- "1"
- "2"
Expand Down
1 change: 1 addition & 0 deletions flooding/sentinel1_water_extraction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion flooding/sentinel2_water_extraction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9c6a98c

Please sign in to comment.