We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692662f commit e228e26Copy full SHA for e228e26
pyproject.toml
@@ -10,8 +10,8 @@ description = "System on Chip toolkit for Amaranth HDL"
10
authors = [{name = "Amaranth HDL contributors"}]
11
license = {file = "LICENSE.txt"}
12
13
+requires-python = "~=3.8"
14
dependencies = [
- "importlib_metadata; python_version<'3.8'",
15
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
16
"amaranth>=0.3,<0.5",
17
]
0 commit comments