From a4654930d58db112e9784a845cfff7cff64b6c32 Mon Sep 17 00:00:00 2001 From: Ariana Barzinpour Date: Thu, 16 May 2024 04:46:37 +0000 Subject: [PATCH] undo minimum python version bump --- apps/dc_tools/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dc_tools/setup.cfg b/apps/dc_tools/setup.cfg index 79a35969..8ebf2c74 100644 --- a/apps/dc_tools/setup.cfg +++ b/apps/dc_tools/setup.cfg @@ -16,7 +16,7 @@ url = https://github.com/opendatacube/odc-tools/ include_package_data = true zip_safe = false packages = find_namespace: -python_requires = >= 3.10 +python_requires = >= 3.9 tests_require = pytest deepdiff