Skip to content

Commit

Permalink
Migrate to Amaranth 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfng committed Jun 28, 2024
1 parent e1b8428 commit 0ad5e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- 'pypy-3.10'
# this version range needs to be synchronized with the one in pyproject.toml
amaranth-version:
- '0.5'
- 'git'
allow-failure:
- false
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = {file = "LICENSE.txt"}
requires-python = "~=3.8"
dependencies = [
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
"amaranth@git+https://github.com/amaranth-lang/amaranth",
"amaranth>=0.5,<0.6",
]

[project.urls]
Expand Down

0 comments on commit 0ad5e24

Please sign in to comment.