From 23c66d68045831de0a372c8c237274d74c71ef4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Nguyen?= Date: Fri, 18 Oct 2024 11:48:34 +0200 Subject: Drop compatibility with Amaranth 0.4. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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] -- cgit v1.2.3