From 7c2570cdaa18aa8714ea1ec46a06730218f424ce Mon Sep 17 00:00:00 2001 From: Dylan Nielson Date: Mon, 27 Mar 2023 14:08:50 -0400 Subject: [PATCH] try limiting python to 3.11.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5fc1a7d..49ffb38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "contarg" description = "Python package implementing/wrapping connectivity based rTMS targeting methods." readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.8, <=3.11.0" license = { text="CC)" } authors = [ { name="Dylan Nielson", email="adenosine@gmail.com" },