aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'repoman/runtests')
-rwxr-xr-xrepoman/runtests8
1 files changed, 4 insertions, 4 deletions
diff --git a/repoman/runtests b/repoman/runtests
index 1ef52f482..bbda4526f 100755
--- a/repoman/runtests
+++ b/repoman/runtests
@@ -24,14 +24,14 @@ import tempfile
# These are the versions we fully support and require to pass tests.
PYTHON_SUPPORTED_VERSIONS = [
'2.7',
- '3.5',
'3.6',
- '3.7'
+ '3.7',
+ '3.8'
]
# The rest are just "nice to have".
PYTHON_NICE_VERSIONS = [
- 'pypy',
- '3.8'
+ 'pypy3',
+ '3.9'
]
EPREFIX = os.environ.get('PORTAGE_OVERRIDE_EPREFIX', '/')