Skip to content

Commit 1b88881

Browse files
committed
Bump python version so linter works again
Looks like GitHub's setup-python action dropped support for Python 3.7. The Python version hopefully doesn't matter for running vint?
1 parent 05ef7f4 commit 1b88881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Set up Python
1010
uses: actions/setup-python@v1
1111
with:
12-
python-version: 3.7
12+
python-version: 3.13
1313
- name: Setup dependencies
1414
run: pip install vim-vint
1515
- name: Run Vimscript Linter

0 commit comments

Comments
 (0)