From 51cf6f8fa87dfecf3f39ed58c2b193a984e41867 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 9 Oct 2024 22:44:15 +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: I624ce66f752811874c6dc5fc9f7c9da45ef2a7a6 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f59fcf7..f38c0ec 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