Skip to content

Commit

Permalink
Merge pull request #111 from assem-ch/django_5.1
Browse files Browse the repository at this point in the history
Enable tests for Django 5.1
  • Loading branch information
assem-ch authored Aug 27, 2024
2 parents 75b386c + 0b529ea commit 4c0af76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:

- python-version: "3.11"
django-version: Django==4.2

- python-version: "3.11"
django-version: Django==5.1
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 4c0af76

Please sign in to comment.