From df5310b09f43914faf0ea9d16e09f4691aea8d2a Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Wed, 4 Dec 2024 16:00:12 +0000 Subject: [PATCH] Add Python 3.14 to the classifiers in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3ad25f4..7706f91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,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 :: Scientific/Engineering :: GIS",