Skip to content

Commit

Permalink
Pin Django CMS version < 4, update Github test matrix (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto authored Jan 15, 2024
1 parent 1bfa8ea commit 2993d5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
cms: 39
- django: 42
cms: 39
- django: 32
cms: 311
- django: 42
cms: 311
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions changes/786.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin Django CMS version < 4, update Github test matrix
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers =
include_package_data = True
install_requires =
django-parler>=2.0
django-cms>=3.9
django-cms>=3.9,<4.0
django-taggit>=1.0
django-filer>=2.0
pytz
Expand Down

0 comments on commit 2993d5d

Please sign in to comment.