From 4d0a6f909b3685cde55ec53ec815b4b2b64381e0 Mon Sep 17 00:00:00 2001 From: Niels Jeppesen Date: Thu, 18 Jul 2024 17:10:25 +0200 Subject: [PATCH] Updated minimum Python version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 32bac28..094aa31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] [project] name = "structure-tensor" -requires-python = ">=3.8" +requires-python = ">=3.10" version = "0.3.0" authors = [{ name = "Niels Jeppesen", email = "niejep@dtu.dk" }] description = "Fast and simple to use 2D and 3D structure tensor implementation for Python." @@ -32,7 +32,7 @@ cupy = ["cupy>=8"] [tool.black] line-length = 120 -target-version = ['py39'] +target-version = ['py310'] [tool.isort] profile = "black"