From d2caa61a1ceb851da8e4e1109fddc56dc29e05ec Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 9 Oct 2024 17:07:56 +0000 Subject: Drop support for Python 3.8. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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", -- cgit v1.2.3