From a008f2a30c84ddf219cc3bf57329d9811c662a5e Mon Sep 17 00:00:00 2001 From: William Patton Date: Thu, 12 Sep 2024 09:56:19 -0700 Subject: [PATCH] more reasonable python version bound --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 183d9708..b3ec53b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ {name = "Caroline Malin-Mayor", email = "malinmayorc@janelia.hhmi.org"} ] -requires-python = ">=3.7" +requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", ]