From 137dcfff34d5080ccec8d44b689eed1f615ff565 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Tue, 3 Sep 2024 13:40:47 +0200 Subject: [PATCH] ready for python 5.12 (one warning in test suite only) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 218746f..2f20d5b 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Scientific/Engineering :: GIS', 'Topic :: Utilities' ],