Skip to content

Fix compilation with Cython 3.0.0

Lorenzo Pompili requested to merge lorenzo.pompili/pyseobnr:fix-cython into main

The latest version of Cython 3.0.0 released today causes some compilation errors, if one follows the standard pyseobnr installation instructions.

This MR fixes this by minor changes to the declaration of two of the Cython functions.

Merge request reports