Skip to content

Commit 92c0802

Browse files
chore(deps): update python docker tag to v3.13.5
1 parent 8bbe75c commit 92c0802

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
- uses: actions/setup-python@v5
3030
with:
31-
python-version: 3.12.11
31+
python-version: 3.13.5
3232
- run: pip install --upgrade -r .config/python/dev/requirements.txt
3333
- run: cd .automation && bash build_schemas_doc.sh && cd ..
3434
# - run: mkdocs gh-deploy --force

.github/workflows/deploy-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
echo "curr ver ${{ steps.version.outputs.cversion }}"
187187
- uses: actions/setup-python@v5
188188
with:
189-
python-version: 3.12.11
189+
python-version: 3.13.5
190190
- run: pip install --upgrade -r .config/python/dev/requirements.txt
191191
- run: cd .automation && bash build_schemas_doc.sh && cd ..
192192
# - run: mkdocs gh-deploy --force

.github/workflows/test-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.12.11
23+
python-version: 3.13.5
2424
- run: pip install --upgrade -r .config/python/dev/requirements.txt
2525
- run: cd .automation && bash build_schemas_doc.sh && cd ..
2626
- run: mkdocs build

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.11
1+
3.13.5

0 commit comments

Comments
 (0)