From 0076949985e9de660a3be53751ee952acc5f0bb8 Mon Sep 17 00:00:00 2001 From: abetlen Date: Mon, 1 Jun 2026 05:50:51 -0700 Subject: [PATCH] docs: add Python 3.14 classifier --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b5998dd1c8..6bfacf279c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ]