From c1a0026d947a1441a8a53bd450c677cc2b0baa76 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 27 Oct 2024 14:54:14 +0300 Subject: [PATCH] Fix test matrix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3cbd026..8757667 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -139,7 +139,7 @@ extra-dependencies = [ ] [[tool.hatch.envs.hatch-test.matrix]] -python = ["3.13"] +python = ["3.8", "3.9", "3.10", "3.11", "3.12"] [build-system] requires = ["hatchling"]