commit:     041350fa0afd15f59d32e9021069337a7d901fd4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 16:23:58 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 16:23:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041350fa

media-sound/denonavr-cli: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-sound/denonavr-cli/denonavr-cli-3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/denonavr-cli/denonavr-cli-3.ebuild 
b/media-sound/denonavr-cli/denonavr-cli-3.ebuild
index 0aa6fdf91b46..f41e9cfeafd6 100644
--- a/media-sound/denonavr-cli/denonavr-cli-3.ebuild
+++ b/media-sound/denonavr-cli/denonavr-cli-3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 

Reply via email to