Add Python 3.9 as supported runtime

... because it has been tested as part of supported runtimes for
upcoming Yoga release[1].

[1] https://governance.openstack.org/tc/reference/runtimes/yoga.html
Change-Id: Icd0469f4740e2cc47129529d89b9808790ec4e6b
This commit is contained in:
Takashi Kajinami 2022-02-15 01:33:35 +09:00
parent 973959b115
commit ad8fc39bca
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[pbr]
skip_authors = True