diff options
| author | Catherine <whitequark@whitequark.org> | 2023-08-08 10:27:20 +0000 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2023-08-08 11:44:37 +0100 |
| commit | 3a662f05206c8f3705f603b1bd61ee2689277a6f (patch) | |
| tree | 6271aef95d46a1dc599c3ac43d1e22cabf2197a6 /pyproject.toml | |
| parent | 510c28e3799aeca1cbf72ba26771d0951f98412e (diff) | |
Drop support for Python 3.7.
Also, expand the Python CI version range to be the same as that
of Amaranth.
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index fa90ad8..b61e0ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ description = "Board and connector definitions for Amaranth HDL" authors = [{name = "Amaranth HDL contributors"}] license = {file = "LICENSE.txt"} +requires-python = "~=3.8" dependencies = [ - "importlib_metadata; python_version<'3.8'", # this version requirement needs to be synchronized with the one in .github/workflows/main.yml "amaranth>=0.3,<0.5", ] |
