andreyfedoseev / django-static-precompiler

Django Static Precompiler provides template tags and filters to compile CoffeeScript, LiveScript, SASS / SCSS, LESS, Stylus, Babel and Handlebars. It works with both inline code and external files.
Other
222 stars 60 forks source link

Adds Django 3.0 and 3.1 tested compatibility #133

Closed BarnabasSzabolcs closed 3 years ago

BarnabasSzabolcs commented 3 years ago

Makes PR#125 "Stop using django.utils.six" progressively stop using six, so the code stays compatible with old versions.

Closes #124

Ref: https://github.com/andreyfedoseev/django-static-precompiler/pull/125 Thanks to: @cafehaine

BarnabasSzabolcs commented 3 years ago

Finally! All tests are green, tests now expand to all the newest versions, with python 3.6.

BarnabasSzabolcs commented 3 years ago

@andreyfedoseev can you please merge this into django-static-precompiler, and put up a new version into pip?

andreyfedoseev commented 3 years ago

@BarnabasSzabolcs

Thank you for bringing my attention to this issue. I just released version 2.0 which adds support for Django 3.0 and 3.1

BarnabasSzabolcs commented 3 years ago

Thanks Andrey for merging!