Skip to content

Commit

Permalink
Adjust python versions supported by django master
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Jan 28, 2025
1 parent d21ae24 commit ec20367
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
# Django master
- python-version: 3.9
django-version: master
- python-version: 3.10
django-version: master
- python-version: 3.11
django-version: master

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

0 comments on commit ec20367

Please sign in to comment.