diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2024-02-18 23:21:00 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-03-29 09:50:56 +0200 |
commit | 68af2e510cdca6b31612f6f503a3b9be3c165cac (patch) | |
tree | deda7713f8c2c7f13d0369575426c33bae5f18af /dev-debug | |
parent | dev-python/gdb-pt-dump: enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 | ||||
-rw-r--r-- | 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 |