Declare python 3.12 support

Python 3.12 has been part of the tested runtimes and now unit tests
with Python 3.12 is voting.

Change-Id: I9e3ac730b81d7020c9dac5781b224d668c6d282c
This commit is contained in:
Takashi Kajinami 2024-11-23 00:39:13 +09:00
parent 10cde330b5
commit 11164d202b

@ -21,6 +21,7 @@ classifier =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: System :: Monitoring
[options]