From a458fd26f290e19b8eee131f685550f94b512a51 Mon Sep 17 00:00:00 2001 From: RHammond2 <13874373+RHammond2@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:47:36 -0700 Subject: [PATCH] allow Python 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8f150ac..81b09129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ ] readme = {file = "README.rst", content-type = "text/x-rst"} description = "Offshore Renewables Balance of system and Installation Tool" -requires-python = ">=3.9, <3.11" +requires-python = ">=3.9, <3.12" license = {file = "LICENSE"} dependencies = [ "numpy",