domdfcoding / singledispatch-json

Custom JSON Encoder for Python utilising functools.singledispatch to support custom encoders for both Python's built-in classes and user-created classes, without as much legwork.
https://singledispatch-json.readthedocs.io/en/latest
MIT License
0 stars 3 forks source link

Fix tests on Python 3.13 #56

Open cjwatson opened 2 weeks ago

cjwatson commented 2 weeks ago

The previously-expected messages and indexes were changed by https://github.com/python/cpython/pull/113227.

Fixes: #55