From 48a3f48a5e24d9b4a164302a3e6a7324dc7ee306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dutrieux?= Date: Wed, 24 Jul 2024 16:22:38 +0200 Subject: [PATCH] Add 3.12 to setuptools metadata --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index bd0ab19..b02417c 100644 --- a/setup.py +++ b/setup.py @@ -36,9 +36,11 @@ url='https://github.com/ec-jrc/nrt.git', license='EUPL-v1.2', classifiers=[ + 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ], packages=find_packages(), package_data={'nrt': ['data/*.nc', 'data/*.tif', 'data/*.json']},