aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2024-02-28 11:12:52 +0000
committerCatherine <whitequark@whitequark.org>2024-02-28 11:18:55 +0000
commit5b2cb8e38ebc57b322a56e802df04d0c14a4e083 (patch)
tree98e6c0b0403f11b8c080042859ae96eb78dfa7ca
parent170675812b71ee722bcf8ccdb88409a9ad97ffe2 (diff)
Mark as compatible with Amaranth 0.5.
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index deea48a..bcf7b2f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,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.5",
+ "amaranth>=0.4,<0.6",
]
[project.urls]