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
Prev Previous commit
Next Next commit
fix: no need to hardcode sphinx in test requirements
  • Loading branch information
Vinit Kumar committed Oct 19, 2023
commit 3c6fef3baa73094d3f6721b53ddb62878b0fd1f6
4 changes: 0 additions & 4 deletions test_requirements/requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ Pillow
pyenchant==3.0.1
pyflakes>=2.1
python-coveralls>2.5.0
sphinx==1.8.5
jinja2==3.0.3 # next release incompatible with pinned sphinx version
sphinxcontrib-spelling<7.0.0 # restriction for py35 tests
unittest-xml-reporting==1.11.0
ruff==0.0.261

# 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