mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Update test.yml
This commit is contained in:
parent
3505200b18
commit
0f8cfdf1c9
1 changed files with 2 additions and 9 deletions
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
|
|
@ -6,12 +6,9 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
django-version: ["3.2", "4.2", "5.1"]
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
django-version: ["4.2", "5.1"]
|
||||
exclude:
|
||||
# Python 3.7 is not compatible with 4.1
|
||||
- python-version: "3.7"
|
||||
django-version: "4.2"
|
||||
# Python 3.11 is not compatible with 3.2
|
||||
- python-version: "3.11"
|
||||
django-version: "3.2"
|
||||
|
|
@ -20,10 +17,6 @@ jobs:
|
|||
- python-version: "3.13"
|
||||
django-version: "3.2"
|
||||
# django 5.x is not compatible with python 3.9 or lower
|
||||
- python-version: "3.7"
|
||||
django-version: "5.1"
|
||||
- python-version: "3.8"
|
||||
django-version: "5.1"
|
||||
- python-version: "3.9"
|
||||
django-version: "5.1"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue