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

ruff will no longer accept target-version=py36 #164

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

CPython 3.6 and 3.7 are both end-of-life. https://devguide.python.org/versions

andreyfedoseev commented 1 year ago

Thank you for the PR. I set the minimum support version to 3.8, it will be released in version 3.0 some time later.