commit: e7cd048ef00fb80bed982a0c39f3da5405414ec7 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Wed Jul 31 14:18:13 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Aug 10 07:05:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7cd048e
app-forensics/yara-x: enable py3.13 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/37881 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-forensics/yara-x/yara-x-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/yara-x/yara-x-0.6.0.ebuild b/app-forensics/yara-x/yara-x-0.6.0.ebuild index 41a7cccbf509..bca3d88152a2 100644 --- a/app-forensics/yara-x/yara-x-0.6.0.ebuild +++ b/app-forensics/yara-x/yara-x-0.6.0.ebuild @@ -8,7 +8,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) CRATES=" [email protected]
