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

Add support for PyYAML 6.0 #8037

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Add support for PyYAML 6.0 #8037

merged 1 commit into from
Jul 17, 2023

Conversation

kyleknap
Copy link
Contributor

@kyleknap kyleknap commented Jul 17, 2023

This should partially address this issue: #8036. Specifically, PyYAML 6.0 has wheels for Python 3.10 and Python 3.11. However, it won't fix the issue for users that are on platform with no PyYAML wheels (e.g. Alpine). The only way for that to be addressed is through an upstream PyYAML patch (e.g. yaml/pyyaml#702) and release.

Changelog for 6.0: https://github.com/yaml/pyyaml/blob/957ae4d495cf8fcb5475c6c2f1bce801096b68a5/CHANGES#L7-L18

Diff changes between versions: yaml/pyyaml@5.4.1...6.0

Copy link
Member

@nateprewitt nateprewitt left a comment

Choose a reason for hiding this comment

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

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.

3 participants