diff options
| -rw-r--r-- | dev-util/meld/meld-3.22.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/meld/meld-3.22.2.ebuild b/dev-util/meld/meld-3.22.2.ebuild index c3cc3c0d9d2c..be87de18466d 100644 --- a/dev-util/meld/meld-3.22.2.ebuild +++ b/dev-util/meld/meld-3.22.2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +# py3.13: https://gitlab.gnome.org/GNOME/meld/-/issues/873 +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit gnome.org gnome2-utils meson python-single-r1 xdg |
