app-admin/ansible-modules-hashivault: enable py3.13 and disable py3.10

Signed-off-by: idealseal <realidealseal@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
idealseal
2025-03-24 16:20:30 +01:00
committed by Sam James
parent 85cb4529b0
commit 8a8628fba2

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1