pyproject: relax pyvcd requirement to include 0.4.
The only breaking change in 0.4 is dropping support for Python 3.6,
which Amaranth has already dropped. It also adds official support for
3.10 and 3.11.
3ad7340072/CHANGELOG.rst
This commit is contained in:
parent
a4402b507f
commit
0681cb77b1
|
@ -14,7 +14,7 @@ requires-python = "~=3.7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"importlib_metadata; python_version<'3.8'", # for __version__ and amaranth._toolchain.yosys
|
"importlib_metadata; python_version<'3.8'", # for __version__ and amaranth._toolchain.yosys
|
||||||
"importlib_resources; python_version<'3.9'", # for amaranth._toolchain.yosys
|
"importlib_resources; python_version<'3.9'", # for amaranth._toolchain.yosys
|
||||||
"pyvcd>=0.2.2,<0.4", # for amaranth.sim.pysim
|
"pyvcd>=0.2.2,<0.5", # for amaranth.sim.pysim
|
||||||
"Jinja2~=3.0", # for amaranth.build
|
"Jinja2~=3.0", # for amaranth.build
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue