From ec401c7d6a68d64dcbf720cebe9b3ab136d63e46 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 14 May 2024 14:00:00 -0700 Subject: [PATCH] Add python12 to test matrix Still testing against 3.7, even though it's EOL --- .drone.star | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 7691008..4c5cf0b 100644 --- a/.drone.star +++ b/.drone.star @@ -6,6 +6,7 @@ PYTHON_VERSIONS = [ "3.9", "3.10", "3.11", + "3.12", "latest", ] diff --git a/pyproject.toml b/pyproject.toml index bf2abbe..96b99a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ run = [ ] [[tool.hatch.envs.test.matrix]] -python = ["3", "3.7", "3.8", "3.9", "3.10", "3.11"] +python = ["3", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] [tool.hatch.envs.lint] detached = true