From 19b97324ecf9111c5d16377af79f82aad761c476 Mon Sep 17 00:00:00 2001 From: Catherine Date: Sun, 21 Jul 2024 01:29:30 +0000 Subject: (Speculatively) mark as compatible with Amaranth 0.6. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cf2701..56aa7a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,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.6", + "amaranth>=0.4,<0.7", ] [project.urls] -- cgit v1.2.3