Skip to content

Commit

Permalink
add djangocms 4.1 support. try to fix workflow issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
FreemanPancake committed May 28, 2024
1 parent b27cf16 commit 5415e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: |
python setup.py install
pip install -r tests/requirements/dj${{matrix.django}}_cms${{matrix.cms}}.txt
pip install -r tests/requirements/${{matrix.requirements-file}}.txt
sudo apt-get install gettext
python -m pip install --upgrade pip setuptools tox>4
- name: Test with tox
Expand Down
2 changes: 2 additions & 0 deletions changes/41.feat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Add compatibility with DjangoCMS 4.1
* Drop compatibility with DjangoCMS < 4.0

0 comments on commit 5415e69

Please sign in to comment.