jborean93 / pykrb5

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

Added Python 3.11 wheels and bump dev deps #18

Closed jborean93 closed 2 years ago

jborean93 commented 2 years ago

I've had to remove -Werror as Cython was causing some warnings in the latest compiled code. The error is due to https://github.com/cython/cython/issues/5041.