From d8c47efe1f00b0a99e8458564df839cba929b721 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 14 Jun 2022 08:40:03 +0900 Subject: [PATCH] Yoga-only: Add Python 3.9 to supported runtimes ... because it has been part of tested runtimes since Yoga. This change is submitted to stable/yoga directly because this is fixed by [1] in master. [1] 47aa302d0c651e52579bfdb21f9a17c290e68e1e Change-Id: If9efe789d9c1b23bfb9dae51cc0e3ffc68d1fae2 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 5feabc5..f660fa9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,5 +18,6 @@ classifier = 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