Skip to content

Commit abf4ea0

Browse files
chore(deps): update dependency python to 3.14
1 parent 2f1f137 commit abf4ea0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.10
2929
uses: actions/setup-python@v6
3030
with:
31-
python-version: '3.10'
31+
python-version: '3.14'
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@v6
1919
name: Setup Python
2020
with:
21-
python-version: 3.12
21+
python-version: 3.14
2222
- name: Set Cache ID
2323
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2424
- uses: actions/cache@v5

0 commit comments

Comments
 (0)