Add Python 3.8 and 3.9 to supported runtimes

... because these are now tested as part of the openstack-python3-jobs
template.

Python 3.8 has been part of tested runtimes since victoria, while
Python 3.9 has been part of tested runtimes since yoga.

Change-Id: Ieb5c61357ec8ed0fa9b89923464a9667a0a3e19f
This commit is contained in:
Takashi Kajinami 2022-03-28 22:54:24 +09:00
parent f04337049c
commit c65aabf5bc
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython