[pymultic] Update python versions

This commit is contained in:
Michael Hansen
2021-04-12 09:01:01 -07:00
parent 74ff8e277a
commit f0d2d802dc

View File

@@ -29,10 +29,10 @@ PYVERS = {
'3.3': '3.3.7',
'3.4': '3.4.10',
'3.5': '3.5.10',
'3.6': '3.6.12',
'3.7': '3.7.9',
'3.8': '3.8.6',
'3.9': '3.9.0',
'3.6': '3.6.13',
'3.7': '3.7.10',
'3.8': '3.8.9',
'3.9': '3.9.4',
}
OLD_PYTHONS = ('1.0', '1.1', '1.2', '1.3', '1.4', '1.5')