commit: 681c6ff2b8592296ff4d3706274a57983f9a8dd7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 22 09:44:08 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 22 09:45:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681c6ff2
profiles/base: Set default flags for python-tests:3.13t Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/base/package.use b/profiles/base/package.use index 96310f5ecb0d..7caa80146e67 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -12,6 +12,7 @@ dev-python/python-tests:3.10 python_targets_python3_10 dev-python/python-tests:3.11 python_targets_python3_11 dev-python/python-tests:3.12 python_targets_python3_12 dev-python/python-tests:3.13 python_targets_python3_13 +dev-python/python-tests:3.13t python_targets_python3_13t # Arthur Zamarin <[email protected]> (2024-03-23) # Used by pkgcheck, so let's make it easier for all developers to install it
