From 43d2552f741778943a35366a8fb4eb11d9cabe9a Mon Sep 17 00:00:00 2001 From: Stephane Rigaud Date: Wed, 21 Aug 2024 15:13:58 +0200 Subject: [PATCH] make 3.8 minimum python version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 545acf34..911a8d57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ description = "GPU-accelerated image processing in python using OpenCL" name = "pyclesperanto" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.8" version = "0.11.1" [project.urls] @@ -56,7 +56,6 @@ testpaths = ["tests"] [tool.cibuildwheel] build = [ - "cp37-*", "cp38-*", "cp39-*", "cp310-*", @@ -67,6 +66,7 @@ build = [ skip = [ "cp27-*", "cp36*", + "cp37*", "pp*", "*-win32", "*-musllinux*",