commit: c734a82e5e7a0fe219f977574a96b9190b4578c8
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 13 23:14:43 2025 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Feb 13 23:15:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c734a82e
sys-process/iotop: Add Python 3.13
Manually tested and working.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
sys-process/iotop/iotop-0.6_p20230124.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-process/iotop/iotop-0.6_p20230124.ebuild
b/sys-process/iotop/iotop-0.6_p20230124.ebuild
index 6ec4b8d42eac..c9ed5479a938 100644
--- a/sys-process/iotop/iotop-0.6_p20230124.ebuild
+++ b/sys-process/iotop/iotop-0.6_p20230124.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="ncurses(+)"
MY_COMMIT="a14256a3ff74eeee59493ac088561f1bafab85a7"