Conditional support for Cython3.x, CI updates#808
Merged
nitzmahone merged 1 commit intoyaml:mainfrom Jun 10, 2024
Merged
Conversation
* Cython 3.x support needed for Python 3.13 * Move CI to a dynamic matrix * Use GHA-hosted Apple Silicon runners * Move Windows builds to cibuildwheel * Implement rudimentary PEP517 config-settings passthru to setuptools with custom in-tree setuptools build backend shim (blocked Windows build being moved to cibuildwheel). * Use build_config.toml to smuggle JSON to cibuildwheel, since it trashes JSON via CLI when doing containerized builds.
nitzmahone
added a commit
to nitzmahone/pyyaml
that referenced
this pull request
Jun 10, 2024
* Cython 3.x support needed for Python 3.13 * Move CI to a dynamic matrix * Use GHA-hosted Apple Silicon runners * Move Windows builds to cibuildwheel * Implement rudimentary PEP517 config-settings passthru to setuptools with custom in-tree setuptools build backend shim (blocked Windows build being moved to cibuildwheel). * Use build_config.toml to smuggle JSON to cibuildwheel, since it trashes JSON via CLI when doing containerized builds. (cherry picked from commit a2d19c0)
Merged
nitzmahone
added a commit
that referenced
this pull request
Jun 10, 2024
* Conditional support for Cython3.x, CI updates (#808) * Cython 3.x support needed for Python 3.13 * Move CI to a dynamic matrix * Use GHA-hosted Apple Silicon runners * Move Windows builds to cibuildwheel * Implement rudimentary PEP517 config-settings passthru to setuptools with custom in-tree setuptools build backend shim (blocked Windows build being moved to cibuildwheel). * Use build_config.toml to smuggle JSON to cibuildwheel, since it trashes JSON via CLI when doing containerized builds. (cherry picked from commit a2d19c0) * changes for 6.0.2rc1 * fix manifest test inclusion
This was referenced Jun 12, 2024
4 tasks
yuangezhizao
added a commit
to yuangezhizao/maimai_DX_CN_probe
that referenced
this pull request
May 29, 2025
yuangezhizao
added a commit
to yuangezhizao/maimai_DX_CN_probe
that referenced
this pull request
May 29, 2025
yuangezhizao
added a commit
to yuangezhizao/maimai_DX_CN_probe
that referenced
this pull request
May 29, 2025
nbragin4
pushed a commit
to nbragin4/pyyaml
that referenced
this pull request
Aug 14, 2025
* Conditional support for Cython3.x, CI updates (yaml#808) * Cython 3.x support needed for Python 3.13 * Move CI to a dynamic matrix * Use GHA-hosted Apple Silicon runners * Move Windows builds to cibuildwheel * Implement rudimentary PEP517 config-settings passthru to setuptools with custom in-tree setuptools build backend shim (blocked Windows build being moved to cibuildwheel). * Use build_config.toml to smuggle JSON to cibuildwheel, since it trashes JSON via CLI when doing containerized builds. (cherry picked from commit a2d19c0) * changes for 6.0.2rc1 * fix manifest test inclusion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes #797