From 7eeb2cfdb5d5ff75134d031f4a9b287ddbd91812 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 31 Mar 2025 13:26:08 +0200 Subject: [PATCH] x11-wm/herbstluftwm: enable py3.13 Closes: https://bugs.gentoo.org/952784 Signed-off-by: Florian Schmaus --- x11-wm/herbstluftwm/herbstluftwm-0.9.5-r2.ebuild | 2 +- x11-wm/herbstluftwm/herbstluftwm-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.9.5-r2.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.9.5-r2.ebuild index 244d8babb450e..08d8b91e97875 100644 --- a/x11-wm/herbstluftwm/herbstluftwm-0.9.5-r2.ebuild +++ b/x11-wm/herbstluftwm/herbstluftwm-0.9.5-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_OPTIONAL=1 diff --git a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild index f9a7de7698440..3f57831df47de 100644 --- a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild +++ b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_OPTIONAL=1