From b4d31903c10fe8bea48a92ad3f344b76c7ef9e80 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 15 Oct 2023 23:55:41 -0700 Subject: [PATCH] update required python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 307f18d..b335f93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", "Topic :: Scientific/Engineering :: Visualization", ] -requires-python = ">=3.8" +requires-python = ">=3.11" dynamic = ["version"] dependencies = [ "numpy~=1.21",