-
This is a very important detail that should be available on the project's README.md. |
Beta Was this translation helpful? Give feedback.
Answered by
pfusik
Sep 23, 2023
Replies: 1 comment
-
Again, this depends on what you transpile. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Again, this depends on what you transpile.
switch
is transpiled tomatch
which is Python 3.10.Math.Cbrt
transpiles tomath.cbrt
available in Python 3.11.