diff options
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ setup( license="BSD", setup_requires=["wheel", "setuptools", "setuptools_scm"], install_requires=[ - "amaranth>=0.2,<0.4", + "amaranth>=0.2,<0.5", "importlib_metadata; python_version<'3.8'", ], packages=find_packages(), |
