summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-03 10:50:25 +0100
committerSam James <sam@gentoo.org>2024-10-03 10:50:25 +0100
commit349ef4183a18218b3e83ddf86aa8d1f264a52c7d (patch)
treeae805ea279fe933f7c07c66818fdc252aa0bddf6 /dev-debug
parentdev-util/pwntools: enable py3.13 (diff)
downloadgentoo-349ef4183a18218b3e83ddf86aa8d1f264a52c7d.tar.gz
gentoo-349ef4183a18218b3e83ddf86aa8d1f264a52c7d.tar.bz2
gentoo-349ef4183a18218b3e83ddf86aa8d1f264a52c7d.zip
dev-debug/pwndbg: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r--dev-debug/pwndbg/pwndbg-20240829.ebuild2
-rw-r--r--dev-debug/pwndbg/pwndbg-99999999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-debug/pwndbg/pwndbg-20240829.ebuild b/dev-debug/pwndbg/pwndbg-20240829.ebuild
index d15962d258f3..119f91d202cd 100644
--- a/dev-debug/pwndbg/pwndbg-20240829.ebuild
+++ b/dev-debug/pwndbg/pwndbg-20240829.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=poetry
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 wrapper
diff --git a/dev-debug/pwndbg/pwndbg-99999999.ebuild b/dev-debug/pwndbg/pwndbg-99999999.ebuild
index 212d1aa4a3ed..d7d43db2da03 100644
--- a/dev-debug/pwndbg/pwndbg-99999999.ebuild
+++ b/dev-debug/pwndbg/pwndbg-99999999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=poetry
DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 wrapper