Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pulse-mind committed Jan 5, 2024
1 parent 10a8d9c commit 26c969c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.8', '3.9', '3.10.0' ]
django-version: [ '3.2.10', '4.0.4' ]
python-version: [ '3.9', '3.10.13' ]
django-version: [ '3.2.10', '4.0.10', '4.1.13' ]
exclude:
- os: macos-latest
python-version: '3.8'
Expand Down

0 comments on commit 26c969c

Please sign in to comment.