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

Commits on Aug 15, 2022

  1. Bump version to 1.8.1 with Python 3.7 requires

    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 committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    1bc71b1 View commit details
    Browse the repository at this point in the history