From 68af2e510cdca6b31612f6f503a3b9be3c165cac Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Sun, 18 Feb 2024 23:21:00 +0100 Subject: [PATCH] dev-debug/pwndbg: enable py3.12 Signed-off-by: Mario Haustein Signed-off-by: Joonas Niilola --- 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 a38b9180e566e..78a314abc39db 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 16e29b0631c26..660b4d397fec6 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