ntfy icon indicating copy to clipboard operation
ntfy copied to clipboard

Fix compatibility with Python 3.11 and Python 3.12

Open theMarix opened this issue 2 years ago • 0 comments

This improves on the Python-3.11-compatibility fix that can already be found on master but sadly seems to have missed a small detail. In addition, it replaces usage of the last remaining deprecated assertEquals in the tests by assertEqual, resolving an issue with Python 3.12 which dropped this.

theMarix avatar Jan 03 '24 00:01 theMarix