Update pymultic python versions

This commit is contained in:
Michael Hansen
2020-01-03 12:16:39 -08:00
parent 428d11c4b5
commit 937520abcc

View File

@@ -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')