commit: aad903592eb101c95b7c44ded625890a189aaf9d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 18:20:56 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 20:58:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad90359
app-text/sigil: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-text/sigil/sigil-2.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/sigil/sigil-2.0.2.ebuild
b/app-text/sigil/sigil-2.0.2.ebuild
index 3d649a6bb01b..78c33d1a1f78 100644
--- a/app-text/sigil/sigil-2.0.2.ebuild
+++ b/app-text/sigil/sigil-2.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit xdg cmake python-single-r1