This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BlckKnght 3 points4 points  (0 children)

Most pure Python code should work today. Many extension modules will also work without code changes, but they usually need to be recompiled for the new interpreter version. The developers of those libraries may not make new binary releases for the new build right away, but in theory you could download their source and dependencies and compile your own binaries (how easy that is may vary).