From 19625ddf0565b50d1f225167e8bf38ed28355b7c Mon Sep 17 00:00:00 2001 From: Charlie Kim Date: Tue, 12 May 2026 07:49:17 -0700 Subject: [PATCH] ci: add Python 3.12 to CI test matrix Adds Python 3.12 to the GitHub Actions test matrix. Closes #43 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 69aece7..6f9ad93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.12", "Topic :: System :: Monitoring", "Topic :: Software Development :: Libraries :: Python Modules", ]