dev-python/scrapy: disable py3.11

Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
Aisha Tammy
2022-08-14 11:45:47 +00:00
parent 0e4de7fd11
commit 6f812ca210
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
DESCRIPTION="A high-level Web Crawling and Web Scraping framework"

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
DESCRIPTION="A high-level Web Crawling and Web Scraping framework"