pythongssapi / python-gssapi

A Python interface to RFC 2743/2744 (plus common extensions)
ISC License
103 stars 45 forks source link

Bump new version for 3.11 beta fixes #295

Closed jborean93 closed 2 years ago

jborean93 commented 2 years ago

The cythonised files in the current release won't be able to compile with the latest Python 3.11 due to a changed exception struct definition. Re-cythonising with the current version produces c files that can be compiled on the latest Python version without any changes to the code being needed.

No wheels are being produced for 3.11 as it's still in beta.

Fixes https://github.com/pythongssapi/python-gssapi/issues/294

jborean93 commented 2 years ago

Going to test this on my own fork to avoid running it twice until I can get it working.