From c390d3ffc5c4aa09db428a8c59abc3e3a23de7b1 Mon Sep 17 00:00:00 2001 From: Michal Januszewski Date: Thu, 12 Dec 2024 00:08:17 -0800 Subject: [PATCH] Update Python requirements to 3.11. Earlier versions raise a SyntaxError with the current code (* unpacking when indexing a numpy array). PiperOrigin-RevId: 705392308 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e5ba075..52015c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifiers = package_dir = sofima = . packages = sofima, sofima.decorators, sofima.processor -python_requires = >=3.9 +python_requires = >=3.11 install_requires = connectomics dataclasses-json>=0.5.6