Skip to content

Commit 26ff2de

Browse files
Update dependency python to v3.14.0
1 parent d8ae06b commit 26ff2de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python-format/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5
1414
with:
15-
python-version: 3.13.3
15+
python-version: 3.14.0
1616
- run: python3 -m pip install --upgrade pip
1717
- run: python3 -m pip install black==24.1.1
1818
- id: python-files-found

python-lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5
1414
with:
15-
python-version: 3.13.3
15+
python-version: 3.14.0
1616
- run: python3 -m pip install --upgrade pip
1717
- run: python3 -m pip install ruff==0.1.15
1818
- run: ruff --respect-gitignore $GITHUB_WORKSPACE # ruff automatically finds python files

0 commit comments

Comments
 (0)