commit:     666616cf90c4597ed3c43cc70e934296fdee88c8
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 14:21:27 2025 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 18:38:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666616cf

app-admin/ps_mem: enable py3.13

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-admin/ps_mem/ps_mem-3.14-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ps_mem/ps_mem-3.14-r1.ebuild 
b/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
index b5474c4c3e05..7007c9b42575 100644
--- a/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
+++ b/app-admin/ps_mem/ps_mem-3.14-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{9..13} )
 DISTUTILS_SINGLE_IMPL=1
 
 inherit distutils-r1

Reply via email to