Skip to content

Commit

Permalink
adding test for latest versions of python and django
Browse files Browse the repository at this point in the history
  • Loading branch information
kirmola authored Jan 23, 2025
1 parent 2ce361c commit 4b2c956
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 @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.11.x, 3.10.x, 3.9]
django: [42, 32]
python-version: [3.13.x, 3.12.x, 3.11.x, 3.10.x, 3.9]
django: [51 ,42, 32]
sekizai: [sekizai,nosekizai]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4b2c956

Please sign in to comment.