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: I676360f8e39ff5de1356dabf467014ab4dac4623
This commit is contained in:
Takashi Kajinami 2024-10-09 22:35:41 +09:00
parent 899d78277a
commit a3b61d9054

View File

@ -18,6 +18,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