commit: 4a3df724ee07c3dd9d352e8062902df5bb55eca9
Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Sat Dec 7 19:54:08 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Dec 7 21:28:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3df724
net-analyzer/python-gvm: enable py3.13
Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-analyzer/python-gvm/python-gvm-24.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/python-gvm/python-gvm-24.8.0.ebuild
b/net-analyzer/python-gvm/python-gvm-24.8.0.ebuild
index e9a3689f3da2..fbbfa1ab59c5 100644
--- a/net-analyzer/python-gvm/python-gvm-24.8.0.ebuild
+++ b/net-analyzer/python-gvm/python-gvm-24.8.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1