aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2023-02-03 05:53:31 +0000
committerCatherine <whitequark@whitequark.org>2023-02-03 05:56:13 +0000
commita4969b95f5be3138ef868b68f80162e20cfa0e57 (patch)
tree836289551e2db126b2c8526506ae9f0fda33888a /pyproject.toml
parent2be8e79dcaeacf26fd9ee5329694e4c32d0a379c (diff)
CI: test against all supported Amaranth versions.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
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",
]