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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02F65158094 for ; Sun, 14 Aug 2022 02:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFD68E0938; Sun, 14 Aug 2022 02:06:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B5CBFE0938 for ; Sun, 14 Aug 2022 02:06:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B9332340EE4 for ; Sun, 14 Aug 2022 02:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 932D2578 for ; Sun, 14 Aug 2022 02:06:13 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1660442764.5690a8fe260527a129b9970fdee1881119f27c6c.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/itemloaders/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/itemloaders/itemloaders-1.0.4.ebuild X-VCS-Directories: dev-python/itemloaders/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 5690a8fe260527a129b9970fdee1881119f27c6c X-VCS-Branch: dev Date: Sun, 14 Aug 2022 02:06:13 +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: f6b3fc9c-2fd0-4dc8-950b-2f2f967f187f X-Archives-Hash: bb4d2c883190b6bbcf6a3f125a7bc5e8 commit: 5690a8fe260527a129b9970fdee1881119f27c6c Author: Aisha Tammy aisha cc> AuthorDate: Sun Aug 14 02:02:08 2022 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sun Aug 14 02:06:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5690a8fe dev-python/itemloaders: enable py3.10, py3.11 Signed-off-by: Aisha Tammy aisha.cc> dev-python/itemloaders/itemloaders-1.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/itemloaders/itemloaders-1.0.4.ebuild b/dev-python/itemloaders/itemloaders-1.0.4.ebuild index b866ca9b8..d2bbde1b2 100644 --- a/dev-python/itemloaders/itemloaders-1.0.4.ebuild +++ b/dev-python/itemloaders/itemloaders-1.0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Library to populate items using XPath and CSS with a convenient API"