From ed8c86c40c6e0d6c7e913c8d9ca5765079b03e62 Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Thu, 10 Oct 2024 15:34:46 +0200 Subject: [PATCH] dropped python 3.8 support to please poetry --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c178e56ef..205504b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" },