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 4f425fc commit cacb131Copy full SHA for cacb131
.github/workflows/docs-deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
20
env:
21
# renovate: datasource=docker depName=python versioning=semver
22
- PYTHON_VERSION: "3.x"
+ PYTHON_VERSION: "3.12.2"
23
with:
24
python-version: ${{ env.PYTHON_VERSION }}
25
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments