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 a4969b9 commit 4502371Copy full SHA for 4502371
.github/workflows/main.yml
@@ -9,7 +9,6 @@ jobs:
9
- '3.7'
10
# this version range needs to be synchronized with the one in pyproject.toml
11
amaranth-version:
12
- - '0.2'
13
- '0.3'
14
- 'git'
15
fail-fast: false
pyproject.toml
@@ -13,7 +13,7 @@ license = {file = "LICENSE.txt"}
dependencies = [
"importlib_metadata; python_version<'3.8'",
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
16
- "amaranth>=0.2,<0.5",
+ "amaranth>=0.3,<0.5",
17
]
18
19
[project.urls]
0 commit comments