bump req versions

This commit is contained in:
Jan Petykiewicz 2024-08-01 00:33:56 -07:00
parent 2d174f7a1d
commit 012a242379

View File

@ -42,10 +42,10 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
] ]
requires-python = ">=3.10" requires-python = ">=3.11"
dynamic = ["version"] dynamic = ["version"]
dependencies = [ dependencies = [
"klayout~=0.28", "klayout~=0.29",
] ]