Skip to content

Commit

Permalink
Add support Django5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pikhovkin committed Dec 5, 2023
1 parent bbd6130 commit 98aa1eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools
pip install -e .[psutil]
pip install "${{ matrix.django }}"
- name: Test
Expand Down

0 comments on commit 98aa1eb

Please sign in to comment.