summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-02-24 13:23:56 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-02-24 13:24:08 +0200
commit4021458861e9ff7efa03180dc08d26d60f01d568 (patch)
tree10d26df82dac7fe361180ad2a044ed9cf9ea9e74 /app-text
parentsci-mathematics/alectryon: enable py3.11 (diff)
downloadgentoo-4021458861e9ff7efa03180dc08d26d60f01d568.tar.gz
gentoo-4021458861e9ff7efa03180dc08d26d60f01d568.tar.bz2
gentoo-4021458861e9ff7efa03180dc08d26d60f01d568.zip
app-text/sigil: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/sigil/sigil-1.9.20.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/sigil/sigil-1.9.20.ebuild b/app-text/sigil/sigil-1.9.20.ebuild
index 8bbe018eb356..c70034c98975 100644
--- a/app-text/sigil/sigil-1.9.20.ebuild
+++ b/app-text/sigil/sigil-1.9.20.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="tk"
inherit xdg cmake python-single-r1