summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-29 20:01:59 +0100
committerSam James <sam@gentoo.org>2022-04-29 20:01:59 +0100
commit0da0d4c48497d305d59f2721751c7408f6269214 (patch)
tree27f4ffa68a4ac7799e3399548eb5adb87f584a85
parentapp-misc/rmlint: enable py3.10 (diff)
downloadgentoo-0da0d4c4.tar.gz
gentoo-0da0d4c4.tar.bz2
gentoo-0da0d4c4.zip
app-admin/undertaker-scripts: enable py3.10 and disable py3.7
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-admin/undertaker-scripts/undertaker-scripts-1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
index 069510d21e88..3531d7b8d0ea 100644
--- a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
+++ b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit python-single-r1
DESCRIPTION="Scripts to help retiring Gentoo developers"