Skip to content

Commit

Permalink
(Speculatively) mark as compatible with Amaranth 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jul 21, 2024
1 parent 16d5ae0 commit 19b9732
Showing 1 changed file with 1 addition and 1 deletion.
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>=0.4,<0.6",
"amaranth>=0.4,<0.7",
]

[project.urls]
Expand Down

0 comments on commit 19b9732

Please sign in to comment.