Skip to content

Commit d2cf45c

Browse files
authored
chore: test all available versions (#182)
Ensure support for all available versions
1 parent 2f9e32e commit d2cf45c

File tree

4 files changed

+76
-9
lines changed

4 files changed

+76
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ["3.8", "3.9", "3.10"]
14-
django-version: ["3.2", "4.0", "4.1", "main"]
13+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
14+
django-version: ["3.2", "4.0", "4.1", "4.2", "5.0", "main"]
1515
exclude:
1616
- python-version: "3.7"
1717
django-version: "main"
1818
- python-version: "3.8"
1919
django-version: "main"
2020
- python-version: "3.9"
2121
django-version: "main"
22-
- python-version: "3.10"
23-
django-version: "2.2"
22+
- python-version: "3.7"
23+
django-version: "5.0"
24+
- python-version: "3.8"
25+
django-version: "5.0"
26+
- python-version: "3.9"
27+
django-version: "5.0"
2428

2529
steps:
2630
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)