Skip to content

Commit

Permalink
Django 5.0 is out, remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrybus committed Dec 4, 2023
1 parent 691fc1b commit 0f3bc78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
django: [4.2.*, "5.0rc1"]
django: [4.2.*, "5.0"]
crispy-forms: [2.0.*, 2.1.*]
exclude:
- python-version: "3.12"
django: "4.2"
- python-version: "3.8"
django: "5.0rc1"
django: "5.0"
- python-version: "3.9"
django: "5.0rc1"
django: "5.0"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 0f3bc78

Please sign in to comment.