commit: aba20b6444b2b16560314203d181213a955ebeb6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 17 09:09:35 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 17 09:11:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba20b64
dev-python/pybind11: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pybind11/pybind11-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pybind11/pybind11-3.0.0.ebuild
b/dev-python/pybind11/pybind11-3.0.0.ebuild
index 78b2e38ef536..ed0434ab82c4 100644
--- a/dev-python/pybind11/pybind11-3.0.0.ebuild
+++ b/dev-python/pybind11/pybind11-3.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=scikit-build-core
-PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit cmake distutils-r1