From 260b8416efde4273f7c79cadb6e7f16f12a53434 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 9 Oct 2024 23:04:38 +0900 Subject: [PATCH] Declare Python 3.12 support Now Python 3.12 unit tests job is voting. So we can safely say this is tested with Python 3.12 . Change-Id: I989999569c52a9f0b4e6b9845a62d17701053b8f --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index dc142d89..c922e68b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython