jcrist / msgspec

A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
https://jcristharif.com/msgspec/
BSD 3-Clause "New" or "Revised" License
2.44k stars 75 forks source link

chore: 3.13 support #703

Closed max-muoto closed 2 months ago

max-muoto commented 5 months ago

Fix issues detailed in https://github.com/jcrist/msgspec/issues/698

edgarrmondragon commented 4 months ago

@mgorny @max-muoto I've put up https://github.com/jcrist/msgspec/pull/711 and I can confirm wheels can be built and tests pass on Python 3.13

max-muoto commented 2 months ago

Closing in favor of #711, thanks @edgarrmondragon!