Skip to content

Commit

Permalink
drop Python 3.7 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dham committed Sep 18, 2023
1 parent 77783fc commit c8dda24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- uses: pre-commit/action@v3.0.0

build:
Expand All @@ -23,7 +23,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
include:
- os: macos-latest # macos test
python-version: "3.11"
Expand Down

0 comments on commit c8dda24

Please sign in to comment.