From 7cbf1f6fa12e42b8ed80e0be754dd8024d2e09b7 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Fernandez Date: Tue, 21 Jul 2026 16:16:17 +0200 Subject: [PATCH] Add support for Python 3.14 in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ff083c6e9d..8b5edf2b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules",