mongodb / winkerberos

A native Kerberos client implementation for Python on Windows
Apache License 2.0
54 stars 15 forks source link

Drop support for EOL Python 2.6 and 3.3 #28

Closed hugovk closed 5 years ago

hugovk commented 5 years ago

Fixes #26, fixes #27.

https://github.com/mongodb-labs/winkerberos/issues/26 says:

  • Remove all uses of PyCObject (PyCapsule is available in Python 2.7)

I didn't do this as I'm not so familiar with the needed changes.

Also Python 3.4 is EOL on 2019-03-16 so you may want to drop that as well now or soon.

behackett commented 5 years ago

Fantastic. Merged to master. Thanks!