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 E00A415806E for ; Tue, 23 May 2023 21:08:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21E48E01E4; Tue, 23 May 2023 21:08:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 06575E01E4 for ; Tue, 23 May 2023 21:08:56 +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 406E9340CC3 for ; Tue, 23 May 2023 21:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB5168E4 for ; Tue, 23 May 2023 21:08:53 +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: <1684876131.1abeacd33218608e7e951a2dd0ef3c5125ea0636.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: 1abeacd33218608e7e951a2dd0ef3c5125ea0636 X-VCS-Branch: dev Date: Tue, 23 May 2023 21:08:53 +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: 87b46bb1-9e9d-4225-8be3-6dfdab1b13ab X-Archives-Hash: 5b36dde35f23ed4f278c2c2cb62dc3fb commit: 1abeacd33218608e7e951a2dd0ef3c5125ea0636 Author: David Roman gmail com> AuthorDate: Tue May 23 21:08:51 2023 +0000 Commit: David Roman gmail com> CommitDate: Tue May 23 21:08:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1abeacd3 dev-python/timeslot: enable py3.11 and disable py3.10 Closes: https://bugs.gentoo.org/897584 Signed-off-by: David Roman gmail.com> dev-python/timeslot/timeslot-0.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/timeslot/timeslot-0.1.2.ebuild b/dev-python/timeslot/timeslot-0.1.2.ebuild index 276e154bd..240e1eb16 100644 --- a/dev-python/timeslot/timeslot-0.1.2.ebuild +++ b/dev-python/timeslot/timeslot-0.1.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_10 pypy3 ) +PYTHON_COMPAT=( python3_11 pypy3 ) inherit distutils-r1 pypi