commit: 89b5b8af3ae2bdeafdd0d11559da639eaf49aad9 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Fri May 2 11:33:51 2025 +0000 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org> CommitDate: Fri May 2 11:34:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b5b8af
sys-apps/dstat: enable py3.13 Closes: https://bugs.gentoo.org/952710 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> sys-apps/dstat/dstat-0.7.4-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/dstat/dstat-0.7.4-r4.ebuild b/sys-apps/dstat/dstat-0.7.4-r4.ebuild index d0c6bd489b80..6d3f876967d9 100644 --- a/sys-apps/dstat/dstat-0.7.4-r4.ebuild +++ b/sys-apps/dstat/dstat-0.7.4-r4.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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-r1
