apple / ccs-pykerberos

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

Add pre-built wheel for python 3.10 #93

Open hansingt opened 2 years ago

hansingt commented 2 years ago

Currently, only wheels for python 2.7, 3.8 and 3.9 are available on PyPi.

Would you mind adding pre-built wheels for python 3.10 as well?

I know, that one can build the wheel himself from the tar.gz, but this requires a GCC-Toolchain and the kerberos dev libs to be installed. (or a docker daemon and the corresponding manylinux image)

This would safe us lots of time and effort, if you could simply do it once and we can reuse the wheel.

csjab commented 1 year ago

See also #97