dev-python/namespace-google: Port up to py3.9

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-07-20 16:32:30 +02:00
parent ad3b058e0d
commit a89cda81ac

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
PYTHON_COMPAT=( python{2_7,3_{6..9}} )
inherit python-r1
DESCRIPTION="Namespace package declaration for google"