diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-24 13:23:56 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-24 13:24:08 +0200 |
commit | 4021458861e9ff7efa03180dc08d26d60f01d568 (patch) | |
tree | 10d26df82dac7fe361180ad2a044ed9cf9ea9e74 /app-text | |
parent | sci-mathematics/alectryon: enable py3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |