Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
582 stars 141 forks source link

Add support to Python 3.10 #423

Closed athos-ribeiro closed 3 years ago

athos-ribeiro commented 3 years ago

Python 3.10 removed the aliases to collections.abc from the collections module. See [1] for reference.

[1] https://docs.python.org/3/whatsnew/3.10.html#removed

Signed-off-by: Athos Ribeiro athos.ribeiro@canonical.com

athos-ribeiro commented 3 years ago

This is actually being fixed in https://github.com/Kronuz/pyScss/pull/411; Closing in favor of that