Add Python 3.8 and 3.9 to supported runtimes

... because these are part of test runtimes since Yoga development
cycle.

Change-Id: Ib5fc73c4e076092e9579ee5eb2cc5e5a8c76c6ab
This commit is contained in:
Takashi Kajinami 2022-05-25 20:55:12 +09:00
parent e82d561007
commit e32eb594a7
1 changed files with 2 additions and 0 deletions

View File

@ -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