8000 fix: #7662, add support for python 3.12 and upgrade github actions by vinitkumar · Pull Request #7680 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

fix: #7662, add support for python 3.12 and upgrade github actions #7680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
< A9BF /div>
Prev Previous commit
Next Next commit
fix: get the tests passing for sqlite
  • Loading branch information
Vinit Kumar committed Oct 19, 2023
commit 9123adc681a7063bd38b1f318bd1846ede1fe270
1 change: 1 addition & 0 deletions test_requirements/requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pyenchant==3.0.1
pyflakes>=2.1
python-coveralls>2.5.0
unittest-xml-reporting==1.11.0
ruff==0.1.0

# FIXME: - Remove when a django 3.0 compatible djangocms-text-ckeditor version is released
https://github.com/Aiky30/djangocms-text-ckeditor/archive/feature/cms-40-django-30-support-.zip
Expand Down
0