ESCOMP / CAM-SIMA

Community Atmosphere Model - System for Integrated Modeling of the Atmosphere
4 stars 12 forks source link

Should add python 3.10 to Github Action matrix list #164

Closed nusbaume closed 2 years ago

nusbaume commented 3 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.