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: I83e29e69321f26077240fe086dfb7c3d28ae87c2
This commit is contained in:
Takashi Kajinami 2024-10-09 22:43:30 +09:00
parent 9c17b41f48
commit 73e9cac42e

View File

@ -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