app-misc/brightness-control: enable py3.12

Closes: https://bugs.gentoo.org/931359
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-05-14 16:09:50 -04:00
parent efc898b48f
commit 1acf21faf5

View File

@@ -1,9 +1,9 @@
# Copyright 2019-2022 Gentoo Authors
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
DISTUTILS_SINGLE_IMPL=1