Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temp: build: compile python requirements with 3.8, not 3.11 (#34960)
We haven't quite dropped Py3.8 support yet, so we can't use these workflows if they're compiling with 3.11: * upgrade-one-python-dependency (upgrading a single, targeted dep) * compile-python-requirements (recompiling all deps without upgrading) So, we "downgrade" those workflows to use 3.8, for now. We should revert this commit when we drop 3.8 support. Note: The upgrade-python-requirements.yml workflow is still using 3.8, so this commit will update the other workflows to match that one.
- Loading branch information