Add Python 3.10 to supported runtime.

Python 3.10 has been tested since 2023.1[1].

[1] https://governance.openstack.org/tc/reference/runtimes/2023.1.html

Change-Id: I0467f47d436267aadcee4e7c8295c6366531fe3e
This commit is contained in:
Takashi Kajinami 2023-03-30 14:42:31 +09:00
parent 08a6816131
commit 668d85fa8a

View File

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