Skip to content

Commit da34af4

Browse files
Update dependency python to 3.13
1 parent c50006d commit da34af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Python
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: 3.8
14+
python-version: 3.13
1515

1616
- name: Install Python lint libraries
1717
run: |

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python 3.9
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.9
19+
python-version: 3.13
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)