commit: c63d7e7e69f8ab39ec75a177efdff54f82f952f1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 8 05:35:05 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 9 21:11:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c63d7e7e
profiles/base: drop Python 3.14 stable masks Bug: https://bugs.gentoo.org/963967 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/use.stable.mask | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index 3e73adb52d46..671e307c697d 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -26,8 +26,6 @@ ruby_targets_ruby34 # Python implementations without stable keywords. python_targets_python3_14t python_single_target_python3_14t -python_targets_python3_14 -python_single_target_python3_14 python_targets_python3_13t python_single_target_python3_13t python_targets_pypy3_11
