commit: 3f7301b22dcc92a1b9a54bf084a330342e7880de Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Mar 28 20:09:44 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Mar 28 20:20:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7301b2
app-antivirus/clamtk: add python3.13 Closes: https://bugs.gentoo.org/show_bug.cgi?id=952175 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-antivirus/clamtk/clamtk-6.18-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-antivirus/clamtk/clamtk-6.18-r1.ebuild b/app-antivirus/clamtk/clamtk-6.18-r1.ebuild index 42c86959e51c..fc271a60220f 100644 --- a/app-antivirus/clamtk/clamtk-6.18-r1.ebuild +++ b/app-antivirus/clamtk/clamtk-6.18-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit desktop perl-functions python-single-r1 xdg-utils
