Closed nusbaume closed 2 years ago
Also need to replace the python version numbers with strings, e.g.:
['3.8', '3.9', '3.10']
instead of:
[3.8, 3.9, 3.10]
Otherwise the zero will be truncated and 3.1 will be used instead of 3.10.
3.1
3.10
Also need to replace the python version numbers with strings, e.g.:
['3.8', '3.9', '3.10']
instead of:
[3.8, 3.9, 3.10]
Otherwise the zero will be truncated and
3.1
will be used instead of3.10
.