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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9DA9158042 for ; Wed, 6 Nov 2024 07:52:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AF50E07F1; Wed, 6 Nov 2024 07:52:57 +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 E44D6E07F1 for ; Wed, 6 Nov 2024 07:52: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 0902133FEF1 for ; Wed, 6 Nov 2024 07:52:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91EBE197F for ; Wed, 6 Nov 2024 07:52:54 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1730879519.e9b560639e1e703ac1cbf87dde32097bfa4987c8.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mygpoclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mygpoclient/mygpoclient-1.9-r1.ebuild X-VCS-Directories: dev-python/mygpoclient/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: e9b560639e1e703ac1cbf87dde32097bfa4987c8 X-VCS-Branch: master Date: Wed, 6 Nov 2024 07:52:54 +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: e715eb90-25b5-4b54-822f-5ecd20d500a5 X-Archives-Hash: 327fc8f90374d535c1f001bcd65a2e6c commit: e9b560639e1e703ac1cbf87dde32097bfa4987c8 Author: Paul Zander gmail com> AuthorDate: Tue Nov 5 21:02:43 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Nov 6 07:51:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b56063 dev-python/mygpoclient: PYTHON_COMPAT allow 3.13 Signed-off-by: Paul Zander gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39215/commits/e28923cec11a8d151a4c806466b55f4c8f896432 Signed-off-by: Miroslav Šulc gentoo.org> dev-python/mygpoclient/mygpoclient-1.9-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mygpoclient/mygpoclient-1.9-r1.ebuild b/dev-python/mygpoclient/mygpoclient-1.9-r1.ebuild index 62b65230dd48..c031351e15ca 100644 --- a/dev-python/mygpoclient/mygpoclient-1.9-r1.ebuild +++ b/dev-python/mygpoclient/mygpoclient-1.9-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1