Skip to content

Commit

Permalink
chore(CI): use Python 3.12 (#4961)
Browse files Browse the repository at this point in the history
Python 3.12 can cause issues because `distutils` was removed from the Standard Library.
  • Loading branch information
cclauss authored Mar 28, 2024
1 parent 0440563 commit a057378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup python3
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.x"
- run: pip install pynvim

- name: Setup vim
Expand Down

0 comments on commit a057378

Please sign in to comment.