Skip to content

Commit

Permalink
SIANXKE-382: update python and django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anx-mfischer committed Oct 11, 2024
1 parent ff18bb5 commit 1d30db9
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,33 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
django-version:
- '3.2'
djangorestframework-version:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
django-version:
- '4.2'
- '5.0'
- '5.1'
djangorestframework-version:
- '3.15'
exclude:
- django-version: '3.1'
djangorestframework-version: '3.10'
- django-version: '3.2'
djangorestframework-version: '3.10'
- python-version: '3.9'
django-version: '5.0'
djangorestframework-version: '3.15'
- python-version: '3.12'
django-version: '4.2'
djangorestframework-version: '3.15'
- python-version: '3.12'
django-version: '5.0'
djangorestframework-version: '3.15'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 1d30db9

Please sign in to comment.