Skip to content

Commit

Permalink
Dropped Python 3.7 from build matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Jan 21, 2024
1 parent 7e3b65a commit e6b25bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/runtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 20
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
postgres-version: ["12", "13", "14", "15"]

# Service containers to run with `runner-job`
Expand Down Expand Up @@ -50,7 +50,6 @@ jobs:

- name: Lint
run: make lint
if: matrix.python-version != '3.7'

- name: Test
run: make test
Expand All @@ -69,7 +68,7 @@ jobs:
max-parallel: 5
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

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

0 comments on commit e6b25bc

Please sign in to comment.