commit: 9a559e21b1ffe3429846fa5f130411fd147ed7b4 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Tue Apr 23 16:35:18 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 23 17:06:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a559e21
dev-debug/peda: enable py3.12 Closes: https://bugs.gentoo.org/929392 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/36375 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-debug/peda/peda-1.2.ebuild | 2 +- dev-debug/peda/peda-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-debug/peda/peda-1.2.ebuild b/dev-debug/peda/peda-1.2.ebuild index 9e889d8de922..8399ab5f47a9 100644 --- a/dev-debug/peda/peda-1.2.ebuild +++ b/dev-debug/peda/peda-1.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 wrapper diff --git a/dev-debug/peda/peda-9999.ebuild b/dev-debug/peda/peda-9999.ebuild index dc8b77cb35cd..35cf4d64177a 100644 --- a/dev-debug/peda/peda-9999.ebuild +++ b/dev-debug/peda/peda-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 wrapper
