commit: 4bdc22ed3b37efa26cfd7fde88010b95f64326dc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 9 03:05:36 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 9 04:34:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bdc22ed
dev-python/elasticsearch-py: disable py3.9
Noop.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/elasticsearch-py/elasticsearch-py-8.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/elasticsearch-py/elasticsearch-py-8.8.2.ebuild
b/dev-python/elasticsearch-py/elasticsearch-py-8.8.2.ebuild
index e0dffb4bed03..215cd5318a9b 100644
--- a/dev-python/elasticsearch-py/elasticsearch-py-8.8.2.ebuild
+++ b/dev-python/elasticsearch-py/elasticsearch-py-8.8.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Official Elasticsearch client library for Python"