summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-30 01:48:32 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-30 13:58:50 +0100
commitf0f388d6e7b7990006384bd024ec5bf2d7f66737 (patch)
tree84a0f47f878723c6d4a46d11f734d50b22a793dc /eclass/tests/python-utils-r1.sh
parentpython-utils-r1.eclass: Constrain to EAPI >= 5 (diff)
downloadgentoo-f0f388d6e7b7990006384bd024ec5bf2d7f66737.tar.gz
gentoo-f0f388d6e7b7990006384bd024ec5bf2d7f66737.tar.bz2
gentoo-f0f388d6e7b7990006384bd024ec5bf2d7f66737.zip
python-utils-r1.eclass: Remove PYTHON_TARGETS="python3_5"
* Python 3.5 will go EOL on 2020-09-13 and in order to reduce testing and maintenance burden, we want to keep the number of active Py3 impls below four. https://devguide.python.org/#status-of-python-branches Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/tests/python-utils-r1.sh')
-rwxr-xr-xeclass/tests/python-utils-r1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh
index e883da38cead..df77a3fcf6ec 100755
--- a/eclass/tests/python-utils-r1.sh
+++ b/eclass/tests/python-utils-r1.sh
@@ -181,7 +181,7 @@ test_is "_python_impl_supported python3_1" 1
test_is "_python_impl_supported python3_2" 1
test_is "_python_impl_supported python3_3" 1
test_is "_python_impl_supported python3_4" 1
-test_is "_python_impl_supported python3_5" 0
+test_is "_python_impl_supported python3_5" 1
test_is "_python_impl_supported python3_6" 0
test_is "_python_impl_supported python3_7" 0
test_is "_python_impl_supported python3_8" 0