Skip to content

Upgrade PyYAML to 6.0.

Damien Caliste requested to merge work/pyyaml into devel

In fact the PyYAML site is out of date, but https://github.com/yaml/pyyaml is moving on… @lratcliff, this solved the problem for me.

The issue was that 5.3.1 was shipping some files compiled with Cython at the time of shipping, and they were out of date with modern cython.

Merge request reports