Python 3.11 with Cython issue
C version of reader, parser and emitter for ruamel.yaml
Brought to you by:
anthon
0.26 doesn't build with 3.11 - this looks like to to Cython changes
https://github.com/cython/cython/pull/4428
_ruamel_yaml.c:198:12: fatal error: longintrepr.h: No such file or directory
198 | #include "longintrepr.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
Thanks for reporting.
I pushed 0.2.7 to PyPI after running a newer version of Cython and (spending a lot of time on) generating all the wheel files.