Support for Python 3.13 #2063
Labels
build/tooling
Related to build, tooling or CI
python
Pull requests that update Python code
RFC
A request for comment
NautilusTrader plans to support Python 3.13, though compatibility with free-threading is still yet to be determined.
Current blockers for Python 3.13 support include:
msgspec
: A temporary workaround is available via the msgspec-python313-pre package.cython
: Both versions 3.0.11 and 3.1.0a1 produce the immediate errorundefined symbol: _PyUnicode_Ready
when running either tests or applications.If anyone has resolved the Cython issue, please reach out. Otherwise, we'll await the next stable release of Cython and continue testing then.
The text was updated successfully, but these errors were encountered: