jart / fabulous

Print images, colors, and stylish text to the terminal with Python
Apache License 2.0
347 stars 34 forks source link

Fix Python 3.12 compatibility #22

Open pyrox0 opened 3 months ago

pyrox0 commented 3 months ago

The previous failUnlessEqual and failUnlessRaises functions are deprecated and removed in Python 3.12+, so this updates them to work properly. There shouldn't be any changes to tests, as these are drop-in replacements.