From dd9f8b80be15eafeb96e27f4e69bc2ff87ecea66 Mon Sep 17 00:00:00 2001 From: David Zwicker Date: Wed, 4 Oct 2023 11:24:24 +0200 Subject: [PATCH] Limit python version to 3.11 max (#49) --- 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"]