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 A025015800F for ; Wed, 11 Jan 2023 18:21:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDE1AE0C86; Wed, 11 Jan 2023 18:21:34 +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 C23D7E0C86 for ; Wed, 11 Jan 2023 18:21:34 +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 D64F8340D4F for ; Wed, 11 Jan 2023 18:21:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE36B84D for ; Wed, 11 Jan 2023 18:21:30 +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: <1673461273.1c464f865ad3cb84011a455caaab82b4721a33ca.smaniotto.nicola@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/srt/srt-3.5.2.ebuild X-VCS-Directories: dev-python/srt/ X-VCS-Committer: smaniotto.nicola X-VCS-Committer-Name: Nicola Smaniotto X-VCS-Revision: 1c464f865ad3cb84011a455caaab82b4721a33ca X-VCS-Branch: dev Date: Wed, 11 Jan 2023 18:21:30 +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: 31d9e5e6-3bac-4a94-8b43-260c2ecc7182 X-Archives-Hash: 72d1387919dc15239cf214e939bd1115 commit: 1c464f865ad3cb84011a455caaab82b4721a33ca Author: Nicola Smaniotto gmail com> AuthorDate: Wed Jan 11 14:02:42 2023 +0000 Commit: Nicola Smaniotto gmail com> CommitDate: Wed Jan 11 18:21:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c464f86 dev-python/srt: enable py3.11 Signed-off-by: Nicola Smaniotto gmail.com> dev-python/srt/srt-3.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/srt/srt-3.5.2.ebuild b/dev-python/srt/srt-3.5.2.ebuild index 0ee9116fb..f76a8a40d 100644 --- a/dev-python/srt/srt-3.5.2.ebuild +++ b/dev-python/srt/srt-3.5.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1