Skip to content

Commit 60ab510

Browse files
chore(deps): update python docker tag to v3.13.5
1 parent 93eccce commit 60ab510

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
@@ -206,7 +206,7 @@ jobs:
206206
echo "curr ver ${{ steps.version.outputs.cversion }}"
207207
- uses: actions/setup-python@v5
208208
with:
209-
python-version: 3.12.11
209+
python-version: 3.13.5
210210
- run: pip install --upgrade -r .config/python/dev/requirements.txt
211211
- run: cd .automation && bash build_schemas_doc.sh && cd ..
212212
# - 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)