Skip to content

Commit

Permalink
Remove PYthon 3.12 from tests, correct django CMS 4.0 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Sep 4, 2024
1 parent 1ad6470 commit c46f06d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11"]
requirements-file: [
dj22_cms37.txt,
dj22_cms38.txt,
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# requirements from setup.py
django-filer>=1.4.0
django-filer>=1.4.0, <3.2.0
djangocms-picture>=2.1.0
djangocms-link>=2.2.1
django-polymorphic>=2.0.3
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/dj42_cms40.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r base.txt

Django>=4.2,<4.3
git+https://github.com/django-cms/django-cms@release/4.0.x#egg=django-cms
git+https://github.com/django-cms/django-cms@release/4.0.1.x#egg=django-cms

0 comments on commit c46f06d

Please sign in to comment.