commit:     9427ac0457312f294e3d6daea71afe5359961e01
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 13:04:44 2024 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun May 12 13:09:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9427ac04

www-apps/klaus: enable py3.12

Closes: https://bugs.gentoo.org/929872
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/klaus/klaus-2.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/klaus/klaus-2.0.3.ebuild 
b/www-apps/klaus/klaus-2.0.3.ebuild
index af488c89f7ae..b70d6394dee2 100644
--- a/www-apps/klaus/klaus-2.0.3.ebuild
+++ b/www-apps/klaus/klaus-2.0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 

Reply via email to