We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a98b17 commit a6b3746Copy full SHA for a6b3746
.github/workflows/ci.yml
@@ -16,13 +16,18 @@ jobs:
16
fail-fast: false
17
matrix:
18
python: ["3.8", "3.9", "3.10", "3.11"]
19
- django: ["3.2.16", "4.0.8", "4.1.4" ]
+ django: ["3.2.16", "4.0.8", "4.1.4", "5.0.1"]
20
exclude:
21
# Excludes Python 3.11 for Django < 4.1
22
- python: "3.11"
23
django: "3.2.16"
24
25
django: "4.0.8"
26
+ # Django 5.0 requires Python 3.10 or higher
27
+ - python: "3.8"
28
+ django: "5.0.1"
29
+ - python: "3.9"
30
31
32
services:
33
postgres:
0 commit comments