summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-09 21:46:22 +0100
committerSam James <sam@gentoo.org>2022-08-09 21:46:37 +0100
commitb3dba2abf64a456a595f5c828cc90f4435110f14 (patch)
treed8945b2d275008eaddf04e14774d9bb5d28117c4
parentsys-firmware/intel-microcode: add 20220809_p20220809 (diff)
downloadgentoo-b3dba2abf64a456a595f5c828cc90f4435110f14.tar.gz
gentoo-b3dba2abf64a456a595f5c828cc90f4435110f14.tar.bz2
gentoo-b3dba2abf64a456a595f5c828cc90f4435110f14.zip
dev-util/pkgcheck: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-util/pkgcheck/pkgcheck-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild
index 80366db8e2e5..c4438b5a107d 100644
--- a/dev-util/pkgcheck/pkgcheck-9999.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_IN_SOURCE_BUILD=1
inherit elisp-common distutils-r1 optfeature