update required python version

This commit is contained in:
jan 2023-10-15 23:55:41 -07:00
parent d6ab8a1f34
commit b4d31903c1

View File

@ -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",