dev-python/protobuf-python: Add support for Python 3.8.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Fri, 6 Dec 2019 06:12:39 +0000 (06:12 +0000)
committerMike Gilbert <floppym@gentoo.org>
Fri, 6 Dec 2019 20:24:33 +0000 (15:24 -0500)
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
dev-python/protobuf-python/protobuf-python-9999.ebuild

index ddea99c14f00fad88098d324dfacbdfda558b343..70f8435d637e8e6fa9e252dd72b066499feb8c29 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
+PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7,3_8})
 
 inherit distutils-r1