Skip to content

Commit b687795

Browse files
chore(deps): update python docker tag to v3.13.5
1 parent 5b3a7cf commit b687795

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
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030
- uses: actions/setup-python@v5
3131
with:
32-
python-version: 3.12.11
32+
python-version: 3.13.5
3333
- run: pip install --upgrade -r .config/python/dev/requirements.txt
3434
- run: cd .automation && bash build_schemas_doc.sh && cd ..
3535
# - 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)