Skip to content

Commit

Permalink
updates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Feb 10, 2025
1 parent 52fc5f5 commit d1dc364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.10", "3.11", "3.12" ]
django-version: [ "3.2", "4.2", "5.0" ]
python-version: [ "310", "311", "312", "3.13" ]
django-version: [ "32", "42", "5.1" ]
env:
PY_VER: ${{ matrix.python-version}}
DJ_VER: ${{ matrix.django-version}}
Expand Down

0 comments on commit d1dc364

Please sign in to comment.