Skip to content

Commit

Permalink
workflow: Stop testing on 3.7 and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Oct 7, 2023
1 parent affa6b1 commit 488b89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lsp-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 488b89e

Please sign in to comment.