diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-14 13:29:28 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-14 15:05:42 +0300 |
commit | 3d0b520c60f7c532959016c73beb25c4f0bdbce8 (patch) | |
tree | 9b197e1d239a1efd98269648d6010913f09f8ce4 /dev-python/whoosh | |
parent | dev-python/whoosh: EAPI=8, PEP517 (diff) | |
download | gentoo-3d0b520c60f7c532959016c73beb25c4f0bdbce8.tar.gz gentoo-3d0b520c60f7c532959016c73beb25c4f0bdbce8.tar.bz2 gentoo-3d0b520c60f7c532959016c73beb25c4f0bdbce8.zip |
dev-python/whoosh: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/whoosh')
-rw-r--r-- | dev-python/whoosh/whoosh-2.7.4-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/whoosh/whoosh-2.7.4-r2.ebuild b/dev-python/whoosh/whoosh-2.7.4-r2.ebuild index 6d53d20f60c6..f53d19aec534 100644 --- a/dev-python/whoosh/whoosh-2.7.4-r2.ebuild +++ b/dev-python/whoosh/whoosh-2.7.4-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 DESCRIPTION="Fast, pure-Python full text indexing, search and spell checking library" |