From 1ad6b627f09cc12d05734361de3ce0656eb4396a Mon Sep 17 00:00:00 2001 From: dermatologist Date: Tue, 19 Nov 2024 19:07:12 -0600 Subject: [PATCH] build: update Python classifier to include version 3.11 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9bcfca5..cd0c24b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,9 +31,9 @@ classifiers = Development Status :: 4 - Beta Operating System :: OS Independent Programming Language :: Python - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Topic :: Scientific/Engineering :: Information Analysis