Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 1.8.1 with Python 3.7 requires #300

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

jborean93
Copy link
Contributor

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 #299

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

Copy link

@webknjaz webknjaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget to drop the trove classifier too.

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.

Also use CentOS 9 Stream in the CI tests to test this on an actual
RHEL-ish host on the version of Python actually supported.

Signed-off-by: Jordan Borean <jborean93@gmail.com>
@jborean93
Copy link
Contributor Author

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

@jborean93 jborean93 merged commit aae717d into pythongssapi:main Aug 15, 2022
@jborean93 jborean93 deleted the 1.8.1-fix branch August 15, 2022 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installing v1.8.0 from sdist fails with old pip versions
2 participants