From 6ed871c6d6c7e4deba9a6f0a10c4e0b385d54299 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Wed, 21 Feb 2024 17:12:42 +0100 Subject: [PATCH] Add explicit Python 3.12 support and mark project as stable [ci skip] --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f1fe673..6bf8e85 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,7 +12,7 @@ license-file = COPYING platform = any keywords = bioinformatics, ontology, OBO, OWL, convert, parse classifiers = - Development Status :: 4 - Beta + Development Status :: 5 - Production/Stable Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3.7 @@ -20,6 +20,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Intended Audience :: Developers Intended Audience :: Science/Research Intended Audience :: Healthcare Industry