Skip to content

Commit e228e26

Browse files
committed
pyproject: update to require Python 3.8+ (same as Amaranth).
1 parent 692662f commit e228e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ description = "System on Chip toolkit for Amaranth HDL"
1010
authors = [{name = "Amaranth HDL contributors"}]
1111
license = {file = "LICENSE.txt"}
1212

13+
requires-python = "~=3.8"
1314
dependencies = [
14-
"importlib_metadata; python_version<'3.8'",
1515
# this version requirement needs to be synchronized with the one in .github/workflows/main.yml
1616
"amaranth>=0.3,<0.5",
1717
]

0 commit comments

Comments
 (0)