Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pushing pyyaml to 6.0.1 to resolve compat with Python 3.12 (#1237)
yaml/pyyaml#736 Python 3.12+ is somewhat broken when trying to install fresh. Bumping PyYaml to 6.0.1 seems to fix it. There are some warnings that we might have to freeze at Python 3.12 until PyYaml updates to fully support it at some indeterminate time in the future. @djwfyi @feorlen please test w/ a clean venv (e.g. `python -m venv testvenv` or something) and make sure that you can still `pip install -r requirements.txt` and build w/ PyYaml 6.0.1
- Loading branch information