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 576D1158064 for ; Wed, 8 May 2024 12:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06232E2B00; Wed, 8 May 2024 12:16:45 +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 B61D8E2B00 for ; Wed, 8 May 2024 12:16:44 +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 D11D8343207 for ; Wed, 8 May 2024 12:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63AFF1A74 for ; Wed, 8 May 2024 12:16:40 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1715164926.a8b2ae5b3da4d945af7be46fe4e4d8b97ae66403.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/timeslot/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/timeslot/timeslot-0.1.2.ebuild X-VCS-Directories: dev-python/timeslot/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a8b2ae5b3da4d945af7be46fe4e4d8b97ae66403 X-VCS-Branch: master Date: Wed, 8 May 2024 12:16:40 +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: 43fa939b-c59b-4eaa-bca1-7b2faddbbd59 X-Archives-Hash: b72c686a0a71ced218686d0ee00d182b Message-ID: <20240508121640.iTov-FFURIbfWnGJjfJ4IXElFqBi5FEX7-LTxIyt2Ak@z> commit: a8b2ae5b3da4d945af7be46fe4e4d8b97ae66403 Author: David Roman gmail com> AuthorDate: Wed May 8 10:42:06 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed May 8 10:42:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8b2ae5b dev-python/timeslot: enable py3.12 Closes: https://bugs.gentoo.org/931434 Signed-off-by: David Roman gmail.com> dev-python/timeslot/timeslot-0.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/timeslot/timeslot-0.1.2.ebuild b/dev-python/timeslot/timeslot-0.1.2.ebuild index 8745a96051..12530996eb 100644 --- a/dev-python/timeslot/timeslot-0.1.2.ebuild +++ b/dev-python/timeslot/timeslot-0.1.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi