summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-01 10:15:33 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-01 10:16:51 +0300
commit13bb1bfda518b80831500f1933396185f3fd414a (patch)
tree5f2034003e63415315a80232c180815dbacff2db /app-shells/thefuck
parentapp-shells/thefuck: PEP517, deselect failing tests (diff)
downloadgentoo-13bb1bfda518b80831500f1933396185f3fd414a.tar.gz
gentoo-13bb1bfda518b80831500f1933396185f3fd414a.tar.bz2
gentoo-13bb1bfda518b80831500f1933396185f3fd414a.zip
app-shells/thefuck: enable py3.11
Closes: https://bugs.gentoo.org/896630 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-shells/thefuck')
-rw-r--r--app-shells/thefuck/thefuck-3.32-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/thefuck/thefuck-3.32-r1.ebuild b/app-shells/thefuck/thefuck-3.32-r1.ebuild
index 8d692b84c0fd..bfee9daa1a8c 100644
--- a/app-shells/thefuck/thefuck-3.32-r1.ebuild
+++ b/app-shells/thefuck/thefuck-3.32-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1