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: I1fe6e270559fbf3a10128d542ce311701633642c
This commit is contained in:
Takashi Kajinami 2024-10-09 23:05:22 +09:00
parent 85e1c4b51c
commit a1b4546d29

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