From 937520abcc1d718ebaa49df6bfe3dc450e4cf036 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Fri, 3 Jan 2020 12:16:39 -0800 Subject: [PATCH] Update pymultic python versions --- scripts/pymultic | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/pymultic b/scripts/pymultic index ff8f450..990981e 100755 --- a/scripts/pymultic +++ b/scripts/pymultic @@ -22,16 +22,16 @@ PYVERS = { '2.4': '2.4.6', '2.5': '2.5.6', '2.6': '2.6.9', - '2.7': '2.7.16', + '2.7': '2.7.17', '3.0': '3.0.1', '3.1': '3.1.5', '3.2': '3.2.6', '3.3': '3.3.7', '3.4': '3.4.10', - '3.5': '3.5.7', - '3.6': '3.6.9', - '3.7': '3.7.4', - '3.8': '3.8.0', + '3.5': '3.5.9', + '3.6': '3.6.10', + '3.7': '3.7.5', + '3.8': '3.8.1', } OLD_PYTHONS = ('1.0', '1.1', '1.2', '1.3', '1.4', '1.5')