From 1d41b808c2eed9ed97611883cb398488902bca35 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 9 Oct 2024 22:50:40 +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: Ic71c8ab9ecc9748c4276e1db8822503ac4f49ce4 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 7fb0a24..2ace3a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,5 +19,6 @@ 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