Skip to content

Commit

Permalink
👷 Remove obsolete Django and Python.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker committed Sep 20, 2024
1 parent dff64a7 commit ffe2516
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,11 @@ jobs:

name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }} (${{ matrix.variant }})
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental == 'true' }}
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8']
django-version: ['2.2', '3.0', '3.1']
python-version: ['3.9', '3.10', '3.11', '3.12']
django-version: ['4.2']
variant: [normal, yubikey, custom_user]
experimental: ['true', 'false']
exclude:
- python-version: '3.5'
django-version: '3.0'
- python-version: '3.5'
django-version: '3.1'
- python-version: '3.5'
django-version: master
- django-version: '2.2'
experimental: 'true'
- django-version: '3.0'
experimental: 'true'
- django-version: '3.1'
experimental: 'true'
- django-version: master
experimental: 'false'

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

0 comments on commit ffe2516

Please sign in to comment.