summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-10-15 20:37:45 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-10-15 21:04:06 -0500
commit0b203815a5fb2273a6888665e7db94a14f520f50 (patch)
treef69c41f5c1bcdb0f0a908de8c4a4f63725a07745 /dev-python/hacking
parentdev-python/openstackdocstheme: 2.2.5 stable amd64 arm64 and x86 (diff)
downloadgentoo-0b203815a5fb2273a6888665e7db94a14f520f50.tar.gz
gentoo-0b203815a5fb2273a6888665e7db94a14f520f50.tar.bz2
gentoo-0b203815a5fb2273a6888665e7db94a14f520f50.zip
dev-python/hacking: add py38
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/hacking')
-rw-r--r--dev-python/hacking/hacking-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hacking/hacking-2.0.0.ebuild b/dev-python/hacking/hacking-2.0.0.ebuild
index 4d7dcba426e5..0e3b81317c9e 100644
--- a/dev-python/hacking/hacking-2.0.0.ebuild
+++ b/dev-python/hacking/hacking-2.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1