diff options
| author | Catherine <whitequark@whitequark.org> | 2024-07-21 01:29:30 +0000 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2024-07-21 02:46:10 +0100 |
| commit | 19b97324ecf9111c5d16377af79f82aad761c476 (patch) | |
| tree | 00f4f24b5f417bc4dbf08e07b4ffa9980ed7826f | |
| parent | 16d5ae0408b181b61cd9df87ba90890ef03a2348 (diff) | |
(Speculatively) mark as compatible with Amaranth 0.6.
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8cf2701..56aa7a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] |
