Skip to content

Commit 183b1e0

Browse files
Fixing python version requirement for github workflow actions
1 parent 5f89587 commit 183b1e0

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" # Adjust to match your target environment
1818
cache: 'pip'
1919

2020
- name: Install dependencies

0 commit comments

Comments
 (0)