Currently frost won't work on python 3.9 (as of 3.9.0rc1).
Known issues:
ruamel.yaml at our pinned version (0.15.85) won't build under 3.9.
The latest version 0.16.10 does build cleanly and passes make doctest.
@g-k what further testing is needed for to take the upgrade? It appears to only be used to read the config file -- can we just use PyYAML, which has more folks supporting it?
Currently frost won't work on python 3.9 (as of 3.9.0rc1).
Known issues:
ruamel.yamlat our pinned version (0.15.85) won't build under 3.9.The latest version
0.16.10does build cleanly and passesmake doctest.@g-k what further testing is needed for to take the upgrade? It appears to only be used to read the config file -- can we just use PyYAML, which has more folks supporting it?