From 56e9ed85e573eef748b0af807d2a41130b12f7c7 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Sun, 24 Nov 2024 16:13:52 -0800 Subject: [PATCH] meta: deprecate Python 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7021cda..c3bfa7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pyvcd", ] -requires-python = ">=3.8" +requires-python = ">=3.9" [project.optional-dependencies] dev = [