summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-29 13:36:48 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-29 13:44:03 -0400
commitabd03c101f5260c1123a5154e59aae14d44f1f33 (patch)
tree330a045d75f3f6fcf2271d1383a77b0427ffa429 /app-shells
parentsys-apps/accountsservice: Add Python 3.11 compatibility (diff)
downloadgentoo-abd03c101f5260c1123a5154e59aae14d44f1f33.tar.gz
gentoo-abd03c101f5260c1123a5154e59aae14d44f1f33.tar.bz2
gentoo-abd03c101f5260c1123a5154e59aae14d44f1f33.zip
app-shells/autojump: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/autojump/autojump-22.5.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/autojump/autojump-22.5.3-r1.ebuild b/app-shells/autojump/autojump-22.5.3-r1.ebuild
index 6c1430f5a0b7..470039c09d20 100644
--- a/app-shells/autojump/autojump-22.5.3-r1.ebuild
+++ b/app-shells/autojump/autojump-22.5.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=no