Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Python 3.13 #2063

Open
cjdsellers opened this issue Nov 17, 2024 · 0 comments
Open

Support for Python 3.13 #2063

cjdsellers opened this issue Nov 17, 2024 · 0 comments
Assignees
Labels
build/tooling Related to build, tooling or CI python Pull requests that update Python code RFC A request for comment

Comments

@cjdsellers
Copy link
Member

cjdsellers commented Nov 17, 2024

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 error undefined 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.

@cjdsellers cjdsellers added build/tooling Related to build, tooling or CI RFC A request for comment python Pull requests that update Python code labels Nov 17, 2024
@cjdsellers cjdsellers self-assigned this Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/tooling Related to build, tooling or CI python Pull requests that update Python code RFC A request for comment
Projects
Status: In progress
Development

No branches or pull requests

1 participant