yaml / pyyaml

Canonical source repository for PyYAML
MIT License
2.54k stars 515 forks source link

Pin Cython build constraint to < 3.0 #732

Closed freyes closed 1 year ago

freyes commented 1 year ago

Workaround for issue #601 to keep libyaml extension build functional now that Cython>=3.0 has been released.

Related Issue: #702

freyes commented 1 year ago

This PR aims to have a functional version of pyyaml 5.4, although there is no "release/5.4" or "stable/5.4" branch to base my patch on, can this maintenance branch be created from the 5.4.1 tag?

coreycb commented 1 year ago

This seems like a reasonable solution for a stable release

nitzmahone commented 1 year ago

Please see the numerous other discussions before throwing yet another PR at us- basically, this isn't happening...