diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-10-28 10:54:03 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-11-06 14:48:05 +0200 |
commit | e037e5ca7319d71ab0ef81a35e63515c48f1bba4 (patch) | |
tree | 3dc88015579bb4fca00082a64a7e75d73eeb16db /app-text | |
parent | app-editors/zed: add missing bdep for cmake (diff) | |
download | gentoo-e037e5ca7319d71ab0ef81a35e63515c48f1bba4.tar.gz gentoo-e037e5ca7319d71ab0ef81a35e63515c48f1bba4.tar.bz2 gentoo-e037e5ca7319d71ab0ef81a35e63515c48f1bba4.zip |
app-text/yelp-tools: enable py3.13
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/yelp-tools/yelp-tools-42.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/yelp-tools/yelp-tools-42.1.ebuild b/app-text/yelp-tools/yelp-tools-42.1.ebuild index 054d916c603f..c56c0015a635 100644 --- a/app-text/yelp-tools/yelp-tools-42.1.ebuild +++ b/app-text/yelp-tools/yelp-tools-42.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome2 meson python-single-r1 DESCRIPTION="Collection of tools for building and converting documentation" |