From 5690a8fe260527a129b9970fdee1881119f27c6c Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Sun, 14 Aug 2022 02:02:08 +0000 Subject: [PATCH] dev-python/itemloaders: enable py3.10, py3.11 Signed-off-by: Aisha Tammy --- 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 b866ca9b87..d2bbde1b2e 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"