From 389c4f78314ca91e024e0974f4f1045b7e48ef8a Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 9 Oct 2024 17:07:56 +0000 Subject: [PATCH] Drop support for Python 3.8. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56aa7a02..1882d756 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",