From b054ce202f4ec86076c0a64d18827dd0b70850e8 Mon Sep 17 00:00:00 2001 From: Hiran Wijesinghe Date: Wed, 17 Apr 2024 02:44:46 -0400 Subject: [PATCH] remove python pin added in c140311 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c97c48665..37370ac09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ maintainers = [ { name = "Brookhaven National Laboratory", email = "dallan@bnl.gov" }, ] -requires-python = ">=3.8, <3.11.9" +requires-python = ">=3.8" # All dependencies are optional; it depends on whether you are running # a client or server (or both) and what data structures you care about.