commit:     11043460ee6b7e8389e42f5ec8d17efb20b43116
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  8 07:22:10 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jul  8 22:59:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11043460

net-analyzer/wapiti: enable py3.12

py3.13 is not ready, because deps aren't. But, the same number of tests
pass on either 3.11 or 3.12.

We could upgrade to 3.13 if dev-python/arsenic supported it, and locally
bumped, the wapiti tests pass. But, arsenic has no tests so I'm hesitant
to commit a bump for it.

Bug: https://bugs.gentoo.org/952156
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 net-analyzer/wapiti/wapiti-3.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wapiti/wapiti-3.1.7-r1.ebuild 
b/net-analyzer/wapiti/wapiti-3.1.7-r1.ebuild
index 5a92f7099c08..b2bbd8189c22 100644
--- a/net-analyzer/wapiti/wapiti-3.1.7-r1.ebuild
+++ b/net-analyzer/wapiti/wapiti-3.1.7-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{11..12} )
 PYTHON_REQ_USE='xml(+)'
 
 inherit distutils-r1

Reply via email to