aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2022-08-14 02:02:08 +0000
committerAisha Tammy <gentoo@aisha.cc>2022-08-14 02:06:04 +0000
commit5690a8fe260527a129b9970fdee1881119f27c6c (patch)
treef8848cb5a07972b6b19f430f5e767b9df76163c1 /dev-python
parentdev-python/pydispatcher: restore package (diff)
downloadguru-5690a8fe260527a129b9970fdee1881119f27c6c.tar.gz
guru-5690a8fe260527a129b9970fdee1881119f27c6c.tar.bz2
guru-5690a8fe260527a129b9970fdee1881119f27c6c.zip
dev-python/itemloaders: enable py3.10, py3.11
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/itemloaders/itemloaders-1.0.4.ebuild4
1 files 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"