From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 611EA159C9B for ; Tue, 13 Aug 2024 14:52:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91271E2B4C; Tue, 13 Aug 2024 14:52:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B6F1E2B4B for ; Tue, 13 Aug 2024 14:52:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44102342FA8 for ; Tue, 13 Aug 2024 14:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9212D1E93 for ; Tue, 13 Aug 2024 14:52:28 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1723560739.1f3978e3f85099ef4b0212ed904f95846543130a.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-ly/python-ly-0.9.7.ebuild X-VCS-Directories: dev-python/python-ly/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 1f3978e3f85099ef4b0212ed904f95846543130a X-VCS-Branch: master Date: Tue, 13 Aug 2024 14:52:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a9d801a3-5142-4971-b42b-dde72078e66f X-Archives-Hash: ced85c3b5aed2325c8d5a15fa37d28a0 commit: 1f3978e3f85099ef4b0212ed904f95846543130a Author: Alfred Wingate protonmail com> AuthorDate: Mon Aug 12 16:09:41 2024 +0000 Commit: Miroslav Šulc gentoo 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 protonmail.com> Signed-off-by: Miroslav Šulc 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"