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.
2 parents 31bf940 + 351732a commit 4ee04dfCopy full SHA for 4ee04df
.github/workflows/build-backend.yml
@@ -28,7 +28,7 @@ jobs:
28
lfs: 'true'
29
30
- name: Set up Python
31
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
32
with:
33
python-version: '3.13'
34
.github/workflows/test-coverage.yml
@@ -22,7 +22,7 @@ jobs:
22
run: echo "PYTHONPATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV
23
24
25
26
27
python-version: '3.11'
cache: pip
0 commit comments