Skip to content

Commit

Permalink
dropped python 3.8 support to please poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 10, 2024
1 parent 21802be commit ed8c86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage = "https://deltares.github.io/HYDROLIB-core"
"issue tracker" = "https://github.com/Deltares/HYDROLIB-core/issues"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
# exclude netcdf 1.7 to avoid issues with python 3.8 on windows
netCDF4 = [
{ version = "^1.5,!=1.7.*", python = "3.8" },
Expand Down

0 comments on commit ed8c86c

Please sign in to comment.