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] 47aa302d0c

Change-Id: If9efe789d9c1b23bfb9dae51cc0e3ffc68d1fae2
This commit is contained in:
Takashi Kajinami 2022-06-14 08:40:03 +09:00
parent 27819fed42
commit d8c47efe1f
1 changed files with 1 additions and 0 deletions

View File

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