From 5b2cb8e38ebc57b322a56e802df04d0c14a4e083 Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 28 Feb 2024 11:12:52 +0000 Subject: Mark as compatible with Amaranth 0.5. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index deea48a..bcf7b2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,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.5", + "amaranth>=0.4,<0.6", ] [project.urls] -- cgit v1.2.3