Skip to content

Commit d8ae06b

Browse files
authored
Merge pull request #8 from IQTLabs/renovate/python-3.x
Update dependency python to v3.13.3
2 parents 64b963d + b20fa2a commit d8ae06b

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.2
15+
python-version: 3.13.3
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.2
15+
python-version: 3.13.3
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)