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

pyproject: use PyYAML 6.0.1 #1237

Merged
merged 1 commit into from
Jul 21, 2023
Merged

Commits on Jul 20, 2023

  1. pyproject: use PyYAML>=6.0.1

    With the release of Cython3 the build of PyYAML 5.4.1 is broken [1].
    There seems to be no plan to fix 5.4.x branch [2].
    Tox tests and a real world example runs fine with 6.0.1
    
    [1] yaml/pyyaml#724
    [2] yaml/pyyaml#728
    
    Signed-off-by: Jan Remmet <[email protected]>
    jremmet authored and Bastian-Krause committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    24ff7b6 View commit details
    Browse the repository at this point in the history