Skip to content

Commit

Permalink
Test against Django 4.2 and remove python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Jurjens committed Jul 21, 2023
1 parent 736bc3a commit 28dd9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
django-version: ["3.2"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["3.2", "4.2"]
oscar-version: ["3.2"]
steps:
- name: Download src dir
Expand Down

0 comments on commit 28dd9ee

Please sign in to comment.