commit: 68af2e510cdca6b31612f6f503a3b9be3c165cac
Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Sun Feb 18 22:21:00 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 07:50:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68af2e51
dev-debug/pwndbg: enable py3.12
Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-debug/pwndbg/pwndbg-20230717-r1.ebuild | 2 +-
dev-debug/pwndbg/pwndbg-20240214.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-debug/pwndbg/pwndbg-20230717-r1.ebuild
b/dev-debug/pwndbg/pwndbg-20230717-r1.ebuild
index a38b9180e566..78a314abc39d 100644
--- a/dev-debug/pwndbg/pwndbg-20230717-r1.ebuild
+++ b/dev-debug/pwndbg/pwndbg-20230717-r1.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/pwndbg/pwndbg-20240214.ebuild
b/dev-debug/pwndbg/pwndbg-20240214.ebuild
index 16e29b0631c2..660b4d397fec 100644
--- a/dev-debug/pwndbg/pwndbg-20240214.ebuild
+++ b/dev-debug/pwndbg/pwndbg-20240214.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=poetry
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 wrapper