From a5425aec529a8189a9ee957b5482447e8b1360ea Mon Sep 17 00:00:00 2001 From: Marie-Dominique Van Damme Date: Tue, 22 Oct 2024 20:00:58 +0200 Subject: [PATCH] classifiers for python version --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3cbd071..3253425 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup ( name="tracklib", - version="0.7.1", + version="0.7.2", description="tracklib library provides a variety of tools, operators and functions to manipulate GPS trajectories", long_description="See https://github.com/umrlastig/tracklib", url="https://github.com/umrlastig/tracklib", @@ -44,6 +44,8 @@ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.12", ], packages = ['tracklib','tracklib.algo','tracklib.core','tracklib.io','tracklib.plot','tracklib.util', 'resources'],