jborean93 / pykrb5

Python krb5 API interface
MIT License
17 stars 8 forks source link

Fix Cython 0.29.x build support #59

Closed jborean93 closed 1 month ago

jborean93 commented 1 month ago

Fix bug for Cython 0.29.x that broke it from generating valid C code on that older version. Also adds a basic test in CI to ensure the build doesn't fail again.

Fixes: https://github.com/jborean93/pykrb5/issues/57