commit: 349ef4183a18218b3e83ddf86aa8d1f264a52c7d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 09:50:25 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 09:50:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349ef418
dev-debug/pwndbg: enable py3.13
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-debug/pwndbg/pwndbg-20240829.ebuild | 2 +-
dev-debug/pwndbg/pwndbg-99999999.ebuild | 2 +-
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