dev-libs/volume_key: enable py3.12, py3.13

Closes: https://bugs.gentoo.org/929432
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2024-07-22 10:50:10 +02:00
parent b021f42cad
commit 4c07b802c1

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..13} )
inherit autotools python-single-r1