python-jsonschema / jsonschema

An implementation of the JSON Schema specification for Python
https://python-jsonschema.readthedocs.io
MIT License
4.52k stars 574 forks source link

jsonschema not work with python3.13 #1259

Closed daniKayran closed 2 months ago

daniKayran commented 2 months ago

This leb can't be installed with python3.13 docker

Julian commented 2 months ago

PyO3 does not yet support Py3.13. When it does, this library should work as well.