dev-python/pychm: PYTHON_COMPAT+=(python3_9)

Bug: https://bugs.gentoo.org/758629
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Zac Medico
2020-12-05 16:46:04 -08:00
parent f73bc67900
commit 22271e05ca

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1