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

PyYAML and Python 3.7 compatibility #6070

Open
wants to merge 1 commit into
base: 103lts
Choose a base branch
from

Commits on Nov 25, 2024

  1. PyYAML and Python 3.7 compatibility

    PyYAML versions 6.0.0 and later, are not compatible with Python 3.7.
    
    Let's drop the minimal version requirement, which is not needed on
    current platforms while setting the maximum version to avoid Python
    3.7 incompatibilities.
    
    Reference: https://pypi.org/project/PyYAML/5.4.1/
    Signed-off-by: Cleber Rosa <[email protected]>
    clebergnu committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    81515c8 View commit details
    Browse the repository at this point in the history