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

Python 3.12 support #885

Open
unoctanium opened this issue Sep 22, 2024 · 1 comment
Open

Python 3.12 support #885

unoctanium opened this issue Sep 22, 2024 · 1 comment

Comments

@unoctanium
Copy link

unoctanium commented Sep 22, 2024

Does transcrypt support python 3.12?

@JennaSys
Copy link
Collaborator

JennaSys commented Sep 22, 2024

Not yet, however 3.12 will likely be the target version for the next major update. Because Transcrypt is intimately tied to the Python AST for transpiling, the version of Python is is fixed, and right now it is coded to use the version 3.9 AST.

That said, version 3.9 is only needed for transpiling the Python source code to JavaScript. If you also need to run the source code with CPython, you should still be able to do that with Python 3.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants