11[build-system ]
2- requires = [
3- " setuptools >= 35.0.2, <82.0.0" ,
4- " setuptools_scm >= 2.0.0, <3"
5- ]
2+ requires = [" setuptools>=61" ]
63build-backend = " setuptools.build_meta"
74
85[project ]
@@ -25,21 +22,18 @@ classifiers = [
2522 " Development Status :: 5 - Production/Stable" ,
2623 " Natural Language :: English" ,
2724 " Intended Audience :: Developers" ,
28- " Programming Language :: Python :: 3.8" ,
29- " Programming Language :: Python :: 3.9" ,
3025 " Programming Language :: Python :: 3.10" ,
3126 " Programming Language :: Python :: 3.11" ,
3227 " Programming Language :: Python :: 3.12" ,
3328 " Programming Language :: Python :: 3.13" ,
34- " Programming Language :: Python :: 3.13" ,
3529 " Programming Language :: Python :: 3.14" ,
3630 " Operating System :: Microsoft :: Windows" ,
3731 " Operating System :: MacOS :: MacOS X" ,
3832 " Operating System :: POSIX :: Linux" ,
3933 " Topic :: Software Development :: Testing" ,
4034 " Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)" ,
4135]
42- requires-python = " >=3.8 "
36+ requires-python = " >=3.10 "
4337dependencies = [
4438 " colorama" ,
4539]
@@ -103,7 +97,7 @@ underlines = ["-", "~"]
10397[tool .tox ]
10498legacy_tox_ini = """
10599[tox]
106- envlist = py{38,39, 310,311,312,313}-{fmt,unit,lint,docs}, py{38,39, 310,311,312,313}-{acceptance,vcomponents}-{activehdl,ghdl,modelsim,nvc,rivierapro}, py{38,39, 310,311,312,313}-coverage
100+ envlist = py{310,311,312,313,314 }-{fmt,unit,lint,docs}, py{310,311,312,313,314 }-{acceptance,vcomponents}-{activehdl,ghdl,modelsim,nvc,rivierapro}, py{310,311,312,313,314 }-coverage
107101isolated_build = True
108102
109103[testenv]
0 commit comments