Skip to content

Commit

Permalink
Attempt something else?
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Oct 10, 2024
1 parent 6971978 commit 97b2157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.11"]
python-version: [3.7, 3.9, "3.11"]
peewee-backend:
- "sqlite"
- "postgresql"
Expand All @@ -40,8 +40,8 @@ jobs:
- python-version: "3.11"
peewee-backend: psycopg3
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: deps
Expand Down

0 comments on commit 97b2157

Please sign in to comment.