From 76abab851ec90fb755ed00824a4ab4c7684269b7 Mon Sep 17 00:00:00 2001 From: Trygve Aspelien Date: Thu, 9 Jan 2025 14:26:13 +0000 Subject: [PATCH] Bump python version since 3.8 is EOL --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f2ffce..27993d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ requires = ["poetry-core > 1.2.0"] [tool.poetry.dependencies] - python = "^3.8" + python = "^3.9" dateutils = "^0.6.12" f90nml = "^1.4.3" humanize = ">=3.14.0"