dev-python/yara-python: enable py3.13

Closes: https://bugs.gentoo.org/952418
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Part-of: https://github.com/gentoo/gentoo/pull/41361
Closes: https://github.com/gentoo/gentoo/pull/41361
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Mario Haustein 2025-03-29 08:18:57 +01:00 committed by Sam James
parent ee9267f60f
commit 965cec1530
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="Python interface for a malware identification and classification tool"

View File

@ -1,11 +1,11 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="Python interface for a malware identification and classification tool"