commit: d5a4b42bba2b40a933e14727b1d58e40a6ce883b
Author: Alec Warner <antarus <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 22 04:00:40 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Jul 22 16:53:02 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d5a4b42b
Remove 2.7 from runtests.
With this branch we will unable to pass 2.7 as the old style classes are
gone.
Signed-off-by: Alec Warner <antarus <AT> gentoo.org>
Change-Id: I498bd6f4d7b674a0b19d56b70940d9e7cbfc719c
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
runtests | 1 -
1 file changed, 1 deletion(-)
diff --git a/runtests b/runtests
index 11c317dff..ca59e0074 100755
--- a/runtests
+++ b/runtests
@@ -23,7 +23,6 @@ import tempfile
# These are the versions we fully support and require to pass tests.
PYTHON_SUPPORTED_VERSIONS = [
- '2.7',
'3.6',
'3.7',
'3.8'