We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238b2da commit 06977cdCopy full SHA for 06977cd
.github/workflows/create-release-branches.yml
@@ -47,6 +47,6 @@ jobs:
47
- uses: actions/checkout@v4
48
- uses: actions/setup-python@v5
49
with:
50
- python-version: '3.11'
+ python-version: '3.12'
51
- run: python -m pip install -r release_scripts/requirements.txt
52
- run: python --version ${github.event.inputs.version}
0 commit comments