commit: 9fe8075859518aaa7a3c3981be424fa8f5b5caa5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 18:13:00 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 12 18:15:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe80758
dev-python/pyquery: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pyquery/pyquery-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyquery/pyquery-2.0.1.ebuild
b/dev-python/pyquery/pyquery-2.0.1.ebuild
index e1c4ba49b20a..10791b9e1619 100644
--- a/dev-python/pyquery/pyquery-2.0.1.ebuild
+++ b/dev-python/pyquery/pyquery-2.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 optfeature pypi