From a4969b95f5be3138ef868b68f80162e20cfa0e57 Mon Sep 17 00:00:00 2001 From: Catherine Date: Fri, 3 Feb 2023 05:53:31 +0000 Subject: CI: test against all supported Amaranth versions. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index bc0ccb8..3b95866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,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", ] -- cgit v1.2.3