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: I856416ebfe8d9468323f3eaff8f0c288734b6e26
This commit is contained in:
Takashi Kajinami 2024-10-09 22:49:15 +09:00
parent 24f2c227c2
commit 19e9d5551c

View File

@ -17,6 +17,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
Topic :: Software Development :: Libraries