cattrs icon indicating copy to clipboard operation
cattrs copied to clipboard

Python 3.13 support

Open Tinche opened this issue 1 year ago • 2 comments

Tinche avatar Jun 01 '24 22:06 Tinche

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

msgspec = [
    "msgspec @ git+https://github.com/max-muoto/[email protected]; implementation_name == \"cpython\"",
]

LecrisUT avatar Jun 17 '24 14:06 LecrisUT

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.

Tinche avatar Jun 18 '24 10:06 Tinche