Skip to content

Commit

Permalink
Use python 3.11 in vint workflow
Browse files Browse the repository at this point in the history
vint still relies on pkg_resources, which was removed in python 3.12.

Also add vader to gitignore
  • Loading branch information
benbusby committed Jan 19, 2025
1 parent 5d8c9fe commit 2464c40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Ignore files created by vim-hubbub
*.hubbub*
tags

vader.vim

0 comments on commit 2464c40

Please sign in to comment.