From 5a81626eef2986a61fe8c44e3df28e83edd3f154 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 23 Nov 2025 12:28:58 -0800 Subject: [PATCH] Add "Programming Language :: Python :: 3.14" --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1e0d4b7..c103f61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Topic :: Database", ]