Skip to content

Ensure Django 5.2 and Python 3.13 support #171

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 11 commits into from
May 24, 2025

Conversation

presidento
Copy link

Fixes #169
Fixes #168

Mate Farkas added 3 commits May 21, 2025 08:12
LibSASS works well in Windows, except that the
files were listed on the root, because only
POSIX folder separators were stripped from
the begining of the file path.
The 'all' parameter is deprecated and will be removed
in Django 6.1. (It was renamed to 'find_all'.) Also the
default value is False, so it adds nothing here.
@andreyfedoseev andreyfedoseev merged commit 366ac36 into andreyfedoseev:main May 24, 2025
@andreyfedoseev
Copy link
Owner

@presidento

FYI, currently, CI tests in GitHub fail because of some changes related to /opt/ folder, see this for example: https://github.com/andreyfedoseev/django-static-precompiler/actions/runs/15234943662/job/42847756048

The tests run fine locally when launched with env TOX_PARALLEL_NO_SPINNER=1 make test

The problem is not with the code or the tests, the error happens when the coverage tool tries to collect combined coverage from all test runs.

@presidento
Copy link
Author

Oh, sorry, I'll fix it or revert that specific commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Django 5.x
2 participants