Skip to content

Commit

Permalink
build(github): align ubuntu vim python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jfishe committed Dec 8, 2023
1 parent e706dca commit 6193a44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
matrix:
python:
# - "3.8" # oldest Python supported by PSF
- "3.11" # newest Python that is stable
- "3.10" # Required by rhysd/action-setup-vim@v1 on ubuntu-latest
# - "3.11" # newest Python that is stable
platform:
- ubuntu-latest
# - macos-latest
Expand All @@ -71,7 +72,7 @@ jobs:
- uses: actions/checkout@v4
- uses: nikeee/setup-pandoc@v1
with:
pandoc-version: '3.1.3' # The pandoc version to download (if necessary) and use.
pandoc-version: '3.1.3' # Compatible with tests for reference_citation.py
- uses: actions/setup-python@v5
id: setup-python
with:
Expand Down

0 comments on commit 6193a44

Please sign in to comment.