From 35196abd314ef30581ac66f2788a247b5d8a3cd0 Mon Sep 17 00:00:00 2001 From: David Zwicker Date: Wed, 4 Oct 2023 11:20:17 +0200 Subject: [PATCH] Limit python version to 3.11 max --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 921bbaa..498ae1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ ] license = {text = "MIT"} readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.8,<3.12" dynamic = ["version"] keywords = ["emulsions", "image-analysis"]