dev-python/itemloaders: disable py3.11

Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
Aisha Tammy 2022-08-14 11:43:57 +00:00
parent 1a2a1d1d9d
commit fab5ae7565
No known key found for this signature in database
GPG Key ID: D22D69390AF3D8F3

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
DESCRIPTION="Library to populate items using XPath and CSS with a convenient API"