Skip to content

Commit

Permalink
Exclude py 3.8 and 3.9 for django master
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Apr 11, 2024
1 parent 0ad7eb6 commit 559e386
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
- python-version: 3.9
django-version: 5.0

# master
- python-version: 3.8
django-version: master
- python-version: 3.9
django-version: master

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 559e386

Please sign in to comment.