peterbe / premailer

Turns CSS blocks into style attributes
https://premailer.io
BSD 3-Clause "New" or "Revised" License
1.06k stars 188 forks source link

Add official support for Python 3.10 and 3.11 #288

Open browniebroke opened 1 year ago

browniebroke commented 1 year ago

The main blocker were the test runner, nose which is no longer maintained and has several open issues for recent versions of Python:

I've replaced nose test runner by pytest (which is widely used in the Python community), let me know if you disagree with this choice, and if you prefer another alternative.

Related: #265