Require `ruamel.yaml` version to be greater than v18.x.x
frank-lenormand opened this issue · 1 comments
frank-lenormand commented
Version v18.0.0 comes with a few breaking changes:
https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/README.md
The breaking changes were mitigated in commit 96a1def.
We could now revert it, and change the use of the API in confight
.
jvrsantacruz commented
This PR removes python2 compatibility but does not remove python2 debian packaging and builds would fail if we release a version only with this changes.
suggestion: Merge this changes into #22 and perform a single change.