Skip to content

Commit a426400

Browse files
committed
Migrate to Amaranth 0.5.
1 parent 91807da commit a426400

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- 'pypy-3.10'
2424
# this version range needs to be synchronized with the one in pyproject.toml
2525
amaranth-version:
26+
- '0.5'
2627
- 'git'
2728
allow-failure:
2829
- 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)