From 5c60faacf6d5749799e5fe65a0f37401d64c2cb2 Mon Sep 17 00:00:00 2001 From: Alessandro Amici Date: Wed, 27 Sep 2023 09:22:11 +0200 Subject: [PATCH] Drop 3.8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8606f5c..310cc72 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ keywords = algorithms, copernicus, earth-observation, remote-sensing, sentinel-1 [options] packages = find: -python_requires = >=3.8 +python_requires = >=3.9 install_requires = attrs flox