Mark Python 3.9 as supported

... because it is part of tested runtimes since Yoga[1].

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

Change-Id: I34d925722661a4fcc24256fe6c547c51369e1db0
This commit is contained in:
Takashi Kajinami 2022-05-23 17:07:07 +09:00
parent 10810ece5e
commit b6ac4222c4
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[global]
setup_hooks =
pbr.hooks.setup_hook