Skip to content

Commit b0c32a3

Browse files
chore(deps): update dependency python to 3.13
1 parent ba3a073 commit b0c32a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python 3.9
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: 3.9
31+
python-version: 3.13
3232
- name: Install dependencies
3333
run: |
3434
python -m pip install --upgrade pip

.github/workflows/publish-document.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
name: Setup Python
2020
with:
21-
python-version: 3.12
21+
python-version: 3.13
2222
- name: Set Cache ID
2323
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2424
- uses: actions/cache@v4

0 commit comments

Comments
 (0)