Skip to content

Commit 29edd4c

Browse files
committed
fix
1 parent 62241cc commit 29edd4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ jobs:
1818
python-version: ["3.9", "3.10", "3.11"]
1919
django-version: ["4.0", "4.1", "4.2", "5.0", "5.1", "5.2"]
2020
exclude:
21-
# Django 5.0+ requires Python 3.10+
2221
- python-version: "3.9"
2322
django-version: "5.0"
2423
- python-version: "3.9"
2524
django-version: "5.1"
2625
- python-version: "3.9"
2726
django-version: "5.2"
28-
max-parallel: 5
27+
- django-version: "4.0"
28+
psycopg-package: "psycopg"
29+
max-parallel: 20
2930

3031
services:
3132
postgres:

0 commit comments

Comments
 (0)