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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5E2415807E for ; Tue, 29 Oct 2024 22:14:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 128D5E0844; Tue, 29 Oct 2024 22:14:58 +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 EDCE8E0841 for ; Tue, 29 Oct 2024 22:14:57 +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 30B27342FF3 for ; Tue, 29 Oct 2024 22:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FBDA1A0F for ; Tue, 29 Oct 2024 22:14:54 +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: <1730235316.c98ba7676e7db343343650cb304088f1ecf5225c.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/iuliia/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/iuliia/iuliia-0.11.5.ebuild X-VCS-Directories: dev-python/iuliia/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c98ba7676e7db343343650cb304088f1ecf5225c X-VCS-Branch: master Date: Tue, 29 Oct 2024 22:14: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: 8dc44231-96ea-4fa3-82bd-b226aa18480a X-Archives-Hash: a7a90085dc484aadff09dbdf2aec974d commit: c98ba7676e7db343343650cb304088f1ecf5225c Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Oct 29 20:55:05 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Oct 29 20:55:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c98ba767 dev-python/iuliia: enable py3.13 and disable py3.10 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/iuliia/iuliia-0.11.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/iuliia/iuliia-0.11.5.ebuild b/dev-python/iuliia/iuliia-0.11.5.ebuild index 3d02117e1..e32d5f501 100644 --- a/dev-python/iuliia/iuliia-0.11.5.ebuild +++ b/dev-python/iuliia/iuliia-0.11.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{11..13} pypy3 ) DISTUTILS_USE_PEP517="flit" inherit distutils-r1 pypi