Add Python 3.11 to supported runtimes

... because it's part of tested runtimes now and we now use it to run
unit tests.

Change-Id: Ia7576c1e6675514b2b5fdc0084d44dae09587e05
This commit is contained in:
Takashi Kajinami 2023-12-21 14:55:30 +09:00
parent 36c5b9c4c9
commit 9779d5f59e
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ classifier =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython