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 23, 2024
1 parent 08bccd1 commit 5087a34
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -106,6 +106,7 @@ jobs:
python:
- "3.9"
- "3.11"
- "3.12"
sentinel:
- "1"
- "2"
Expand Down
2 changes: 1 addition & 1 deletion flooding/sentinel2_water_extraction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5087a34

Please sign in to comment.