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: I4c4bb288d0356dce9c314857dcff5d5ddf2a8ff4
This commit is contained in:
Takashi Kajinami 2024-10-09 22:47:49 +09:00
parent 49324f8e6d
commit a9ac427304

View File

@ -15,6 +15,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
Intended Audience :: Developers