summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2023-03-17 22:25:47 +0800
committerYixun Lan <dlan@gentoo.org>2023-03-17 22:29:39 +0800
commit34be82b309cc0168129e12934f9dbcd8a1431cf8 (patch)
tree6c2cacf46ed3b33bf472ee4265a825a9f322b936 /dev-vcs
parentdev-vcs/stgit: add 2.2.0 (diff)
downloadgentoo-34be82b309cc0168129e12934f9dbcd8a1431cf8.tar.gz
gentoo-34be82b309cc0168129e12934f9dbcd8a1431cf8.tar.bz2
gentoo-34be82b309cc0168129e12934f9dbcd8a1431cf8.zip
dev-vcs/stgit: enable py3.11
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/stgit/stgit-1.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/stgit/stgit-1.5.ebuild b/dev-vcs/stgit/stgit-1.5.ebuild
index accf4fa729da..5b693460660b 100644
--- a/dev-vcs/stgit/stgit-1.5.ebuild
+++ b/dev-vcs/stgit/stgit-1.5.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit bash-completion-r1 distutils-r1