From 838d2e17ea4e178d6c9cba3c5ae56d6660416fd5 Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Thu, 26 Sep 2024 13:42:50 +0200 Subject: [PATCH] PKG: increase minimum Python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5485b5..f5d3721 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ {name = "Tomasz Waleń", email = "tomasz.walen@ing.com"}, {name = "Simon Brugman", email = "simon.brugman@ing.com"} ] -requires-python = ">=3.6" +requires-python = ">=3.8" dependencies = [ # Fix for error ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject. "numpy>=1.20.1",