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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F2D415815E for ; Wed, 7 Feb 2024 10:26:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C8BCE2A0A; Wed, 7 Feb 2024 10:26:05 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8104CE2A0A for ; Wed, 7 Feb 2024 10:26:05 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95F563430CE for ; Wed, 7 Feb 2024 10:26:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36DAC14C8 for ; Wed, 7 Feb 2024 10:26:03 +0000 (UTC) From: "Nicola Smaniotto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicola Smaniotto" Message-ID: <1707301184.70ca63e294cb548c27419d11d9b080d369c452e8.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pydub/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pydub/pydub-0.25.1.ebuild X-VCS-Directories: dev-python/pydub/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: 70ca63e294cb548c27419d11d9b080d369c452e8 X-VCS-Branch: dev Date: Wed, 7 Feb 2024 10:26:03 +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: 4afd38ef-a5e8-4aba-9aec-0776fe976499 X-Archives-Hash: e5596428a16be9d1fac7e61336d35330 commit: 70ca63e294cb548c27419d11d9b080d369c452e8 Author: Nicola Smaniotto gmail com> AuthorDate: Wed Feb 7 10:19:44 2024 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Wed Feb 7 10:19:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70ca63e2 dev-python/pydub: enable py3.12 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/pydub/pydub-0.25.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydub/pydub-0.25.1.ebuild b/dev-python/pydub/pydub-0.25.1.ebuild index 32e4a3527d..2b619ab7c3 100644 --- a/dev-python/pydub/pydub-0.25.1.ebuild +++ b/dev-python/pydub/pydub-0.25.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 optfeature