sys-firmware/nvidia-firmware: Python 3.12 compat

Bug: https://bugs.gentoo.org/929839
Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
This commit is contained in:
Christian Ruppert
2024-04-15 09:57:24 +02:00
parent 3638de7259
commit 37f1a8c328

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_{9..12} )
inherit python-any-r1 unpacker