summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-13 11:28:10 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-13 12:07:13 +0100
commit65d0a0724e3289b6badaf7cd30478d0d737de61b (patch)
tree4f0c4039bafb5733345ee4de7ee71e1898bde0dd /dev-python/pydot
parentdev-python/pydot: Fix failing tests (diff)
downloadgentoo-65d0a0724e3289b6badaf7cd30478d0d737de61b.tar.gz
gentoo-65d0a0724e3289b6badaf7cd30478d0d737de61b.tar.bz2
gentoo-65d0a0724e3289b6badaf7cd30478d0d737de61b.zip
dev-python/pydot: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pydot')
-rw-r--r--dev-python/pydot/pydot-1.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pydot/pydot-1.4.1.ebuild b/dev-python/pydot/pydot-1.4.1.ebuild
index 1a3e1140998a..f3b565962921 100644
--- a/dev-python/pydot/pydot-1.4.1.ebuild
+++ b/dev-python/pydot/pydot-1.4.1.ebuild
@@ -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