From b911a9df9c4496c78a4d2685746a42899d6a9f4a Mon Sep 17 00:00:00 2001 From: grouazel Date: Mon, 5 Feb 2024 12:30:03 +0100 Subject: [PATCH] make possible to install the lib with python=3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ffd437..6b61214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "l2awinddirection" -requires-python = ">= 3.9" +requires-python = ">= 3.8" description = "Python library to generate Level-2A wind direction files" readme.file = "README.md" readme.content-type = "text/markdown"