From 2a38d9b621bbc4a4d07a30b0f59b758f4b184f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Wed, 13 May 2026 08:45:52 -0600 Subject: [PATCH] Add Python 3.14 PyPI classifier Support for 3.14 was added in https://github.com/python-pendulum/pendulum/pull/923, but the trove classifier for PyPI is missing. This is just informational stuff. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 03ccdeb7..748e2328 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [