summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2024-02-18 23:21:00 +0100
committerJoonas Niilola <juippis@gentoo.org>2024-03-29 09:50:56 +0200
commit68af2e510cdca6b31612f6f503a3b9be3c165cac (patch)
treededa7713f8c2c7f13d0369575426c33bae5f18af /dev-debug
parentdev-python/gdb-pt-dump: enable py3.12 (diff)
downloadgentoo-68af2e510cdca6b31612f6f503a3b9be3c165cac.tar.gz
gentoo-68af2e510cdca6b31612f6f503a3b9be3c165cac.tar.bz2
gentoo-68af2e510cdca6b31612f6f503a3b9be3c165cac.zip
dev-debug/pwndbg: enable py3.12
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r--dev-debug/pwndbg/pwndbg-20230717-r1.ebuild2
-rw-r--r--dev-debug/pwndbg/pwndbg-20240214.ebuild2
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