Skip to content

Commit

Permalink
Github CI does not seem to support 3.7 anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Oct 10, 2024
1 parent 47e4276 commit 6971978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.7, 3.9, "3.11"]
python-version: [3.8, 3.9, "3.11"]
peewee-backend:
- "sqlite"
- "postgresql"
Expand All @@ -33,7 +33,7 @@ jobs:
- python-version: 2.7
peewee-backend: postgresql
include:
- python-version: 3.7
- python-version: 3.8
peewee-backend: cockroachdb
- python-version: "3.11"
peewee-backend: cockroachdb
Expand Down

0 comments on commit 6971978

Please sign in to comment.