From 22dbe7c6a3020a5f556065008862842463933a4c Mon Sep 17 00:00:00 2001 From: Romain Hugonnet Date: Tue, 12 Nov 2024 22:08:09 -0800 Subject: [PATCH] Fix Python version in PyPI description (#648) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a31d36ff..4b4d0e7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,9 +20,9 @@ classifiers = Topic :: Scientific/Engineering :: Image Processing Topic :: Scientific/Engineering :: Information Analysis Programming Language :: Python - Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Programming Language :: Python :: 3 Topic :: Software Development :: Libraries :: Python Modules Typing :: Typed