dev-python/protobuf-python: Add support for Python 3.9.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2020-09-14 00:00:00 +00:00
committed by Mike Gilbert
parent d7b59ec70c
commit 8984e2a986

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,3_7,3_8,3_9})
DISTUTILS_USE_SETUPTOOLS="manual"
inherit distutils-r1