Skip to content

Commit ecd26cd

Browse files
committed
add Django 5.2 support, drop discontinued 5.0
1 parent 7520fb9 commit ecd26cd

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,15 @@ jobs:
4343
strategy:
4444
matrix:
4545
python-version: ["3.9", "3.10", "3.11", "3.12"]
46-
django-version: ["4.2", "5.0", "5.1"]
46+
django-version: ["4.2", "5.1", "5.2"]
4747
postgres-version: ["12-2.5", "13-3.4"]
4848
exclude:
49+
- django-version: "5.2"
50+
python-version: "3.9"
4951
- django-version: "5.1"
5052
python-version: "3.9"
51-
- django-version: "5.0"
52-
postgres-version: "12-2.5"
5353
- django-version: "5.1"
5454
postgres-version: "12-2.5"
55-
- django-version: "5.0"
56-
python-version: "3.9"
5755

5856
services:
5957
postgresql:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packages = [{ include = "heroku_connect" }]
2626

2727
[tool.poetry.dependencies]
2828
python = ">=3.9,<4.0"
29-
django = ">=4.2,<5.2"
29+
django = ">=4.2,<5.3"
3030
django-appconf = "~1"
3131
requests = "~2"
3232

0 commit comments

Comments
 (0)