diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2022-08-14 02:04:15 +0000 |
---|---|---|
committer | Aisha Tammy <gentoo@aisha.cc> | 2022-08-14 02:06:04 +0000 |
commit | 14896f68ac613d23744889d0c991bbf22cceb6f9 (patch) | |
tree | b0e88f0c9233daf28f1c9a38430b8825433e9556 /dev-python/scrapy | |
parent | dev-python/queuelib: enable py3.10, py3.11 (diff) | |
download | guru-14896f68ac613d23744889d0c991bbf22cceb6f9.tar.gz guru-14896f68ac613d23744889d0c991bbf22cceb6f9.tar.bz2 guru-14896f68ac613d23744889d0c991bbf22cceb6f9.zip |
dev-python/scrapy: enable py3.10, py3.11
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'dev-python/scrapy')
-rw-r--r-- | dev-python/scrapy/scrapy-2.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/scrapy/scrapy-2.5.1.ebuild b/dev-python/scrapy/scrapy-2.5.1.ebuild index cdf5c34ac..38fcc8668 100644 --- a/dev-python/scrapy/scrapy-2.5.1.ebuild +++ b/dev-python/scrapy/scrapy-2.5.1.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="A high-level Web Crawling and Web Scraping framework" |