Skip to content

Commit 5b2cb8e

Browse files
committed
Mark as compatible with Amaranth 0.5.
1 parent 1706758 commit 5b2cb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = {file = "LICENSE.txt"}
99
requires-python = "~=3.8"
1010
dependencies = [
1111
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
12-
"amaranth>=0.4,<0.5",
12+
"amaranth>=0.4,<0.6",
1313
]
1414

1515
[project.urls]

0 commit comments

Comments
 (0)