apple / ccs-pykerberos

Python Kerberos library used by CalendarServer
https://www.calendarserver.org
Apache License 2.0
117 stars 65 forks source link

Use cibuildwheel to automatically publish wheels for more environments #97

Open csjab opened 1 year ago

csjab commented 1 year ago

According to https://www.wheelodex.org/projects/kerberos/, currently wheels are only published for macOS Python 2.7, 3.8, and 3.9. Notably, the latest stable release of Python (3.11) and the previous stable release (3.10) are missing, as well as wheels for Linux.

Would you consider using https://cibuildwheel.readthedocs.io to automatically publish manylinux wheels for more recent versions of Python?