diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12898a4..9ec9f93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,13 +9,17 @@ jobs: strategy: matrix: - python: ["3.8", "3.9", "3.10", "3.11"] - django: ["3.2", "4.0", "4.1", "4.2"] + python: ["3.9", "3.10", "3.11"] + django: ["4.0", "4.1", "4.2", "5.0", "5.1", "5.2"] exclude: - - python: "3.11" - django: "3.2" - python: "3.11" django: "4.0" + - python: "3.9" + django: "5.0" + - python: "3.9" + django: "5.1" + - python: "3.9" + django: "5.2" steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 52dcc44..120c170 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Sometimes, it's unavoidable that multiple URLs point at the same app - for examp This is a simple Django middleware that redirects all traffic from hosts other than the one(s) you specify to your canonical URL. -Tested against Django 3.2 and 4.0, 4.1 and 4.2 on Python 3.8, 3.9, 3.10 and 3.11. +Tested against Django 4.0, 4.1 and 4.2, 5.0, 5.1 and 5.2 on Python 3.9, 3.10 and 3.11. ### Installation