From 2d6c0ffa2a2ab4475e3415ab09cdd8ca8d20c24c Mon Sep 17 00:00:00 2001 From: Ingmar Nitze Date: Thu, 12 Dec 2024 09:56:32 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2f057b6..6a705e2 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta" name = "noaaplotter" version = "0.5.3" description = "Package to plot fancy climate/weather data of NOAA" +requires-python = ">=3.9" authors = [ { name = "Ingmar Nitze", email = "ingmar.nitze@awi.de" } ]