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 8DFAA158064 for ; Mon, 13 May 2024 17:48:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FD872BC028; Mon, 13 May 2024 17:48:44 +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 DD5E12BC024 for ; Mon, 13 May 2024 17:48:43 +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 0078D341E1C for ; Mon, 13 May 2024 17:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 409DA1AC5 for ; Mon, 13 May 2024 17:48:39 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715590804.685ffb1c10386e9d36c85b96370a91d66fa63851.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pysubs2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pysubs2/pysubs2-1.6.1.ebuild X-VCS-Directories: dev-python/pysubs2/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 685ffb1c10386e9d36c85b96370a91d66fa63851 X-VCS-Branch: master Date: Mon, 13 May 2024 17:48:39 +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: 6f3560a1-54cc-4c90-9999-cc915078b4b5 X-Archives-Hash: a000b51001aa053701c45c9e77419e0b commit: 685ffb1c10386e9d36c85b96370a91d66fa63851 Author: Nicola Smaniotto gmail com> AuthorDate: Mon May 13 08:46:26 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon May 13 09:00:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=685ffb1c dev-python/pysubs2: enable py3.12 Closes: https://bugs.gentoo.org/931414 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/pysubs2/pysubs2-1.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pysubs2/pysubs2-1.6.1.ebuild b/dev-python/pysubs2/pysubs2-1.6.1.ebuild index 387f00cdbd..ed04e886cf 100644 --- a/dev-python/pysubs2/pysubs2-1.6.1.ebuild +++ b/dev-python/pysubs2/pysubs2-1.6.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