dev-python/protobuf-python: 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:33 +02:00
parent a89cda81ac
commit 00f1fc1757

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
PYTHON_COMPAT=(python{2_7,3_{6..9}})
DISTUTILS_USE_SETUPTOOLS="manual"
inherit distutils-r1