From 5f8c2feb19a3824c6aa39b3df690d3e07775e552 Mon Sep 17 00:00:00 2001 From: Morgan Epp <60796713+epmog@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:13:19 -0600 Subject: [PATCH] feat: python 3.13 and python 3.14 Signed-off-by: Morgan Epp <60796713+epmog@users.noreply.github.com> --- hatch.toml | 2 +- pyproject.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hatch.toml b/hatch.toml index 74f2db3..884bf6f 100644 --- a/hatch.toml +++ b/hatch.toml @@ -21,7 +21,7 @@ lint = [ ] [[envs.all.matrix]] -python = ["3.9", "3.10", "3.11", "3.12"] +python = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] [envs.container.env-vars] diff --git a/pyproject.toml b/pyproject.toml index c3ac317..1fefcf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,8 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Operating System :: POSIX :: Linux", "Operating System :: Microsoft :: Windows", "Operating System :: MacOS",