python-attrs / cattrs

Composable custom class converters for attrs, dataclasses and friends.
https://catt.rs
MIT License
779 stars 108 forks source link

Python 3.13 support #543

Open Tinche opened 1 month ago

LecrisUT commented 2 weeks ago

As a temporary commit for testing purposes, how about pointing msgspec to the PR?

msgspec = [
    "msgspec @ git+https://github.com/max-muoto/msgspec@3.13-support; implementation_name == \"cpython\"",
]
Tinche commented 2 weeks ago

I get a compile error from Clang on my Mac when trying to use it from that URL. I think it's best to just wait until support is merged in msgspec.