commit: 1fe8cfa667d5d86209d9f2e3bc6280db0863beb3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 1 17:02:32 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 1 17:02:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe8cfa6
dev-python/bracex: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/bracex/bracex-2.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/bracex/bracex-2.6.ebuild
b/dev-python/bracex/bracex-2.6.ebuild
index 942310e2494c..14b3ace3ceb5 100644
--- a/dev-python/bracex/bracex-2.6.ebuild
+++ b/dev-python/bracex/bracex-2.6.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=hatchling
DOCS_BUILDER="mkdocs"