From b6ac4222c4a65fa0fa06b12bca08236657cac501 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 23 May 2022 17:07:07 +0900 Subject: [PATCH] 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 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 5a7a632fe9..3c4a68bfbe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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