Skip to content

Commit 4502371

Browse files
committed
Drop support for Amaranth 0.2.
It was never released under that name anyway.
1 parent a4969b9 commit 4502371

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
- '3.7'
1010
# this version range needs to be synchronized with the one in pyproject.toml
1111
amaranth-version:
12-
- '0.2'
1312
- '0.3'
1413
- 'git'
1514
fail-fast: false

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = {file = "LICENSE.txt"}
1313
dependencies = [
1414
"importlib_metadata; python_version<'3.8'",
1515
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
16-
"amaranth>=0.2,<0.5",
16+
"amaranth>=0.3,<0.5",
1717
]
1818

1919
[project.urls]

0 commit comments

Comments
 (0)