summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-11-05 21:51:55 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-11-05 21:52:52 +0200
commit195686a42540bb646eeec97f159da922974ec5e0 (patch)
tree18d6e04054dedac4b3aa22493f26f2c8a5bf1223 /dev-util/pkgdev
parentdev-util/pkgcheck: disable py3.8 (diff)
downloadgentoo-195686a42540bb646eeec97f159da922974ec5e0.tar.gz
gentoo-195686a42540bb646eeec97f159da922974ec5e0.tar.bz2
gentoo-195686a42540bb646eeec97f159da922974ec5e0.zip
dev-util/pkgdev: disable py3.8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/pkgdev')
-rw-r--r--dev-util/pkgdev/pkgdev-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild
index f42159a4c268..43088aafe85a 100644
--- a/dev-util/pkgdev/pkgdev-9999.ebuild
+++ b/dev-util/pkgdev/pkgdev-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
if [[ ${PV} == *9999 ]] ; then