Skip to content

Commit

Permalink
Merge pull request #162 from bckohan/v3.x.x
Browse files Browse the repository at this point in the history
test against django 5.1 rc1
  • Loading branch information
bckohan authored Jul 26, 2024
2 parents 5cd52d7 + 1ca9aa5 commit 761bc29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- '3.2' # LTS April 2024
- '4.2' # LTS April 2026
- '5.0' # April 2025
- '5.1b1' # December 2025
- '5.1rc1' # December 2025
exclude:
- python-version: '3.9'
django-version: '4.2'
Expand All @@ -31,7 +31,7 @@ jobs:
- python-version: '3.12'
django-version: '3.2'
- python-version: '3.9'
django-version: '5.1b1'
django-version: '5.1rc1'

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- '3.2' # LTS April 2024
- '4.2' # LTS April 2026
- '5.0' # April 2025
- '5.1b1' # December 2025
- '5.1rc1' # December 2025
exclude:
- python-version: '3.11'
django-version: '3.2'
Expand All @@ -35,9 +35,9 @@ jobs:
- python-version: '3.9'
django-version: '5.0'
- python-version: '3.8'
django-version: '5.1b1'
django-version: '5.1rc1'
- python-version: '3.9'
django-version: '5.1b1'
django-version: '5.1rc1'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 761bc29

Please sign in to comment.