Skip to content

Commit d48ba49

Browse files
chore(deps): update dependency python to 3.14
1 parent 0cc0e6d commit d48ba49

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@v6
3030
with:
31-
python-version: 3.9
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@v4

0 commit comments

Comments
 (0)