diff options
author | 2024-05-08 17:26:06 +0200 | |
---|---|---|
committer | 2024-05-08 20:30:58 +0200 | |
commit | 8fa7b8f773c73f5fa045e2aec9ef0b6cd0a0149c (patch) | |
tree | 4cd466466eef933b99d1c0c46a09602626f0eb74 /eclass/tests | |
parent | profiles: Add python3_13 targets (diff) | |
download | gentoo-8fa7b8f773c73f5fa045e2aec9ef0b6cd0a0149c.tar.gz gentoo-8fa7b8f773c73f5fa045e2aec9ef0b6cd0a0149c.tar.bz2 gentoo-8fa7b8f773c73f5fa045e2aec9ef0b6cd0a0149c.zip |
python-utils-r1.eclass: Add python3_13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/tests')
-rwxr-xr-x | eclass/tests/python-utils-r1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index 81c459765f0f..c5a45b302298 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.sh @@ -64,7 +64,7 @@ tmpfile=$(mktemp) inherit python-utils-r1 -for minor in {10..12}; do +for minor in {10..13}; do ebegin "Testing python3.${minor}" eindent test_var EPYTHON "python3_${minor}" "python3.${minor}" |