diff options
| author | Catherine <whitequark@whitequark.org> | 2023-02-03 05:58:22 +0000 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2023-02-03 05:58:22 +0000 |
| commit | 450237160bf6058229811c497923b8eee9fb6bd6 (patch) | |
| tree | 84102935d136f721a7a2043cf48d2c38131536af /pyproject.toml | |
| parent | a4969b95f5be3138ef868b68f80162e20cfa0e57 (diff) | |
Drop support for Amaranth 0.2.
It was never released under that name anyway.
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 3b95866..a5ffc83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = {file = "LICENSE.txt"} dependencies = [ "importlib_metadata; python_version<'3.8'", # this version requirement needs to be synchronized with the one in .github/workflows/main.yml - "amaranth>=0.2,<0.5", + "amaranth>=0.3,<0.5", ] [project.urls] |
