dev-python/pydot: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Fri, 13 Mar 2020 10:28:10 +0000 (11:28 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 13 Mar 2020 11:07:13 +0000 (12:07 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pydot/pydot-1.4.1.ebuild

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