commit: ee9267f60f94525ece72ad42742d4f8379958bef Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Sat Mar 29 07:29:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 18:22:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9267f6
dev-debug/peda: enable py3.13 Closes: https://bugs.gentoo.org/952287 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/41362 Closes: https://github.com/gentoo/gentoo/pull/41362 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/peda/peda-1.2.ebuild | 4 ++-- dev-debug/peda/peda-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-debug/peda/peda-1.2.ebuild b/dev-debug/peda/peda-1.2.ebuild index 8399ab5f47a9..bf78cc2e99b0 100644 --- a/dev-debug/peda/peda-1.2.ebuild +++ b/dev-debug/peda/peda-1.2.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-single-r1 wrapper diff --git a/dev-debug/peda/peda-9999.ebuild b/dev-debug/peda/peda-9999.ebuild index 35cf4d64177a..59064fe04e89 100644 --- a/dev-debug/peda/peda-9999.ebuild +++ b/dev-debug/peda/peda-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_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 wrapper
