From 7e318b20011c6eac72b1e7cd657045f0a4c8941e Mon Sep 17 00:00:00 2001 From: jan Date: Thu, 13 Jul 2023 13:25:06 -0700 Subject: [PATCH] bump min python version to 3.10 to support modern annotations --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92c0b74..3d9e1e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", ] -requires-python = ">=3.8" +requires-python = ">=3.10" dynamic = ["version"] dependencies = [ "numpy~=1.21",