Skip to content

Commit

Permalink
Merge pull request #197 from nyaruka/django5.1
Browse files Browse the repository at this point in the history
Support Django 5.1
  • Loading branch information
rowanseymour authored Aug 16, 2024
2 parents 4e6ad04 + 686e68b commit 5064fd4
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10.x", "3.11.x", "3.12.x"]
django-version: ["4.2.x", "5.0.x"]
django-version: ["5.0.x", "5.1.x"]
runs-on: ubuntu-latest

services:
Expand Down
Loading

0 comments on commit 5064fd4

Please sign in to comment.