Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Drop Python 3.8 support #339

Merged
merged 2 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- ubuntu-22.04
- windows-2022
python:
- "3.8"
- "3.9"
- "3.11"
sentinel:
- "1"
Expand Down
1 change: 0 additions & 1 deletion flooding/sentinel1_water_extraction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Below are the instructions to get the notebook up and running.
- macOS 12 (Monterey)
- Windows Server 2022
- Python:
- 3.8
- 3.9
- 3.10
- 3.11
Expand Down
52 changes: 3 additions & 49 deletions flooding/sentinel1_water_extraction/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flooding/sentinel1_water_extraction/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
gdal = "*"
jupyterlab = "*"

Expand Down
3 changes: 1 addition & 2 deletions flooding/sentinel2_water_extraction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +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)
- 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.9, 3.10, and 3.11)
- [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
21 changes: 2 additions & 19 deletions flooding/sentinel2_water_extraction/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flooding/sentinel2_water_extraction/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
gdal = "*"
geopandas = "*"
jupyter = "*"
Expand Down