From 34ef836d96e9e06ddc540779c6c88a2724fb5d5f Mon Sep 17 00:00:00 2001 From: HgO Date: Sun, 4 Aug 2024 11:29:27 +0200 Subject: [PATCH] supported python version to 3.12 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 76e5a39..6082acc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,8 +8,9 @@ license_files = LICENSE classifiers= License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+) Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 project_urls = Documentation = https://gitlab.domainepublic.net/Neutrinet/matrix-alertbot/-/blob/master/README.md Source = https://gitlab.domainepublic.net/Neutrinet/matrix-alertbot