Skip to content

Commit eeed07c

Browse files
chore(deps): update dependency python to 3.14
1 parent 91b0ea0 commit eeed07c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/format/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v4
1212
with:
13-
python-version: '3.8'
13+
python-version: '3.14'
1414

1515
- name: Install ruff
1616
run: pip install -e ".[dev]"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Python
5555
uses: actions/setup-python@v4
5656
with:
57-
python-version: "3.8"
57+
python-version: "3.14"
5858

5959
- name: Run pre-commit
6060
uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507

0 commit comments

Comments
 (0)