pythongssapi / python-gssapi

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

Bump version to 1.8.1 with Python 3.7 requires #300

Closed jborean93 closed 2 years ago

jborean93 commented 2 years ago

This update bumps the python_requires to be >=3.7 as the sdist build requires PEP 517 support that is somewhat only guaranteed with the pip that was shipped with Python 3.7 or greater. Since 3.6 has been end of life since December 2021 and the remaining Linux distributions that still use it have system provided packages this shouldn't be a surprise.

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

Signed-off-by: Jordan Borean jborean93@gmail.com

jborean93 commented 2 years ago

Thanks, I forgot about those, they've been dropped.