Skip to content

Commit

Permalink
Python&Django version upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofix authored Dec 14, 2024
1 parent f6c447b commit 8851a66
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 @@ -15,8 +15,8 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
django-version: ['3.2', '4.1', '4.2', '5.0', '5.1', 'main']
python-version: ['3.9', '3.10', '3.11', '3.12']
django-version: ['4.2', '5.0', '5.1', 'main']

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

0 comments on commit 8851a66

Please sign in to comment.