From 733110120a2b053a18589812b5a2b98760e67cd9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 2 Mar 2026 09:45:07 -0500 Subject: [PATCH] Add support for Python 3.14 in classifiers --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51fb075f..8271b692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,11 +31,11 @@ requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", - "Programming Language :: Python :: 3.9", "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 :: OS Independent", ] license = {text = "Apache License (2.0)"}