Commits


Antoine Pitrou authored and GitHub committed 01c176bd533
GH-45059: [C++][CI] Fix test-build-cpp-fuzz failures (#45060) ### Rationale for this change The CI requirements file in the OSS-Fuzz repo pins an old PyYAML version that fails installing on Python 3.12: https://github.com/google/oss-fuzz/blob/4161b2267f39e32f32e122501b7b82f9bc28caea/infra/ci/requirements.txt ### What changes are included in this PR? Use a Python version compatible with the requirements. ### Are these changes tested? Yes, by definition. ### Are there any user-facing changes? No. * GitHub Issue: #45059 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>