commit:     1f3978e3f85099ef4b0212ed904f95846543130a
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Aug 12 16:09:41 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 14:52:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f3978e3

dev-python/python-ly: enable py3.12, py3.13

Closes: https://bugs.gentoo.org/929502
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-python/python-ly/python-ly-0.9.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-ly/python-ly-0.9.7.ebuild 
b/dev-python/python-ly/python-ly-0.9.7.ebuild
index ea877488ed31..7d2502dfdddd 100644
--- a/dev-python/python-ly/python-ly-0.9.7.ebuild
+++ b/dev-python/python-ly/python-ly-0.9.7.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_{9..11} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit distutils-r1
 
 DESCRIPTION="Tool and library for manipulating LilyPond files"

Reply via email to