Skip to content

Commit 0d81bc5

Browse files
committed
Test against Django 6.0
1 parent 6367528 commit 0d81bc5

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
matrix:
5858
# https://docs.djangoproject.com/en/5.2/faq/install/#what-python-version-can-i-use-with-django
5959
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
60-
django-version: ["4.2", "5.0", "5.1", "5.2"]
60+
django-version: ["4.2", "5.0", "5.1", "5.2", "6.0"]
6161
db-engine: [sqlite, postgres]
6262
tz-engine: [pytz, zoneinfo]
6363
exclude:
@@ -83,6 +83,16 @@ jobs:
8383
python-version: "3.9"
8484
- django-version: "5.2"
8585
tz-engine: pytz
86+
- django-version: "6.0"
87+
python-version: "3.8"
88+
- django-version: "6.0"
89+
python-version: "3.9"
90+
- django-version: "6.0"
91+
python-version: "3.10"
92+
- django-version: "6.0"
93+
python-version: "3.11"
94+
- django-version: "6.0"
95+
tz-engine: pytz
8696

8797
env:
8898
PYTHON_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)