From da2a09978e1657a1cb95bac0a11e77848ba307fe Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 25 Oct 2025 18:14:17 +0200 Subject: [PATCH] Update license and Python version classifiers Updated license classifier and added support for Python 3.13 and 3.14. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 7d41a70..1bea331 100644 --- a/setup.py +++ b/setup.py @@ -69,12 +69,12 @@ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', - 'License :: OSI Approved :: MIT License', + 'License :: MIT License', 'Operating System :: OS Independent', - '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', 'Topic :: Scientific/Engineering :: GIS', ],