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: I2df609a3781d8ac58e73901a2b5a4ff6d9b61d18
This commit is contained in:
Takashi Kajinami 2024-10-10 18:49:57 +09:00
parent a771167ad0
commit 749be988de

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