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 Dec 12, 2023
1 parent 506907b commit 2feeb0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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.8"
- "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 @@ -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

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

Expand Down

0 comments on commit 2feeb0a

Please sign in to comment.