Skip to content

Commit bdb951a

Browse files
Updating python version to fix the failing pylint check git workflow
1 parent 5f89587 commit bdb951a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.10" # Adjust to match your target environment
17+
python-version: "3.13"
1818
cache: 'pip'
1919

2020
- name: Install dependencies

0 commit comments

Comments
 (0)