diff options
Diffstat (limited to 'dev-python/test')
| -rw-r--r-- | dev-python/test/test-0.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/test/test-0.ebuild b/dev-python/test/test-0.ebuild index d22498627c72..c3d6ebd47418 100644 --- a/dev-python/test/test-0.ebuild +++ b/dev-python/test/test-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -45,4 +45,10 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/python-tests:3.14t ' python3_14t) + $(python_gen_cond_dep ' + dev-python/python-tests:3.15 + ' python3_15) + $(python_gen_cond_dep ' + dev-python/python-tests:3.15t + ' python3_15t) " |
