Skip to content

Commit 0ad5e24

Browse files
committed
Migrate to Amaranth 0.5.
1 parent e1b8428 commit 0ad5e24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- 'pypy-3.10'
2323
# this version range needs to be synchronized with the one in pyproject.toml
2424
amaranth-version:
25+
- '0.5'
2526
- 'git'
2627
allow-failure:
2728
- false

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = {file = "LICENSE.txt"}
1414
requires-python = "~=3.8"
1515
dependencies = [
1616
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
17-
"amaranth@git+https://github.com/amaranth-lang/amaranth",
17+
"amaranth>=0.5,<0.6",
1818
]
1919

2020
[project.urls]

0 commit comments

Comments
 (0)