From e32eb594a70ec4b00582b6aa00f89db00b1238f1 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 25 May 2022 20:55:12 +0900 Subject: [PATCH] Add Python 3.8 and 3.9 to supported runtimes ... because these are part of test runtimes since Yoga development cycle. Change-Id: Ib5fc73c4e076092e9579ee5eb2cc5e5a8c76c6ab --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 05fd51a..171e9fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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