qtsass icon indicating copy to clipboard operation
qtsass copied to clipboard

Drop support for Python 2.7, 3.5, and 3.6

Open dalthviz opened this issue 2 years ago • 1 comments

Seems like libssas-python dropped support for Python 2.7 https://github.com/sass/libsass-python/commit/d333e3c419f48f4b2d96528cb4c83db1f02adaec (there is no release with that change for the moment but still I guess the latest release that supports Python 2.7 will be the current one 0.21.0).

Taking the opportunity, maybe removing support for others already out of date Python versions like 3.5 and 3.6 could be worty.

Also, should we release QtSASS v0.3.2 adding a constraint to libsass<=0.21.0 before proceeding with dropping the support for Python <=3.6 @ccordoba12 ?

dalthviz avatar Sep 12 '22 16:09 dalthviz

Also, should we release QtSASS v0.3.2 adding a constraint to libsass<=0.21.0 before proceeding with dropping the support for Python <=3.6 @ccordoba12 ?

Yeah, I think that's a good idea. Then you can remove that constrain in version 0.4.0

ccordoba12 avatar Sep 12 '22 16:09 ccordoba12

Note: libsass-python v0.22.0 was released - https://github.com/sass/libsass-python/releases/tag/0.22.0

dalthviz avatar Nov 16 '22 03:11 dalthviz