diff options
author | 2023-11-10 20:20:56 +0200 | |
---|---|---|
committer | 2023-11-10 22:58:00 +0200 | |
commit | aad903592eb101c95b7c44ded625890a189aaf9d (patch) | |
tree | 22ed22cd87ab0256be15658dd62048f431be471c /app-text | |
parent | app-emacs/gnuserv: Stabilize 3.12.8-r8 x86, #917094 (diff) | |
download | gentoo-aad903592eb101c95b7c44ded625890a189aaf9d.tar.gz gentoo-aad903592eb101c95b7c44ded625890a189aaf9d.tar.bz2 gentoo-aad903592eb101c95b7c44ded625890a189aaf9d.zip |
app-text/sigil: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/sigil/sigil-2.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |