diff options
| author | Jean-François Nguyen <jf@jfng.fr> | 2024-10-18 11:48:34 +0200 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2024-10-18 11:19:26 +0100 |
| commit | 23c66d68045831de0a372c8c237274d74c71ef4e (patch) | |
| tree | 1c08962f2e904236b712485892807235c18159ab /pyproject.toml | |
| parent | d2caa61a1ceb851da8e4e1109fddc56dc29e05ec (diff) | |
Drop compatibility with Amaranth 0.4.
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1882d75..46a389d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ license = {file = "LICENSE.txt"} requires-python = "~=3.9" dependencies = [ # this version requirement needs to be synchronized with the one in .github/workflows/main.yml - "amaranth>=0.4,<0.7", + "amaranth>=0.5,<0.7", ] [project.urls] |
