From 1e5b5e29e043b8c1595ff263fea32f2d18d1efe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Tue, 5 Nov 2024 23:25:41 -0600 Subject: [PATCH] chore: Remove 3.8 from hatch matrix --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 077620b..678c221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,6 @@ dependencies = "deptry ." template = "test" [[tool.hatch.envs.all.matrix]] python = [ - "3.8", "3.9", "3.10", "3.11",