diff options
| author | Catherine <whitequark@whitequark.org> | 2024-10-09 17:07:56 +0000 |
|---|---|---|
| committer | Catherine <whitequark@whitequark.org> | 2024-10-09 18:17:10 +0100 |
| commit | d2caa61a1ceb851da8e4e1109fddc56dc29e05ec (patch) | |
| tree | 6d552f4c962d69b4b5ff4eff8c511d6e8da28360 /pyproject.toml | |
| parent | 19b97324ecf9111c5d16377af79f82aad761c476 (diff) | |
Drop support for Python 3.8.
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 56aa7a0..1882d75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ description = "Board and connector definitions for Amaranth HDL" authors = [{name = "Amaranth HDL contributors"}] license = {file = "LICENSE.txt"} -requires-python = "~=3.8" +requires-python = "~=3.9" dependencies = [ # this version requirement needs to be synchronized with the one in .github/workflows/main.yml "amaranth>=0.4,<0.7", |
