dev-python/pygraphviz: add python3.8 support
authorConrad Kostecki <conikost@gentoo.org>
Tue, 17 Dec 2019 17:19:55 +0000 (18:19 +0100)
committerConrad Kostecki <conikost@gentoo.org>
Tue, 17 Dec 2019 18:37:20 +0000 (19:37 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
dev-python/pygraphviz/pygraphviz-1.5.ebuild

index fa043febb96e7d8e33397e949bfe21871c1a1b8c..dae1f753fbc59e478317437c57095c9204f7fb5d 100644 (file)
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
 
 inherit distutils-r1