-
Notifications
You must be signed in to change notification settings - Fork 345
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
Switch to Python 3.9 #680
Comments
Sounds like a plan :) I will also need to update everything Python3 related on Windows, I think I'm on 3.6 (didn't bother to upgrade since it's only used during the build process). |
The branch https://github.com/NatronGitHub/Natron/tree/RB-2.4-python3support adds full python3 support (add
|
Already fixed shiboken(py2+py3), pyside will need to wait, currently I'm not able to build pyside at all. Might be related to my move to Windows 10, or something... (will find a fix). EDIT: found the pyside issue, object path was set to 1024 max. |
Should work in theory, have not tested it yet. Was holding back until 2.4.1 was released (so I didn't mess up the build machine). Should have time to start testing today/tomorrow. |
Released https://github.com/NatronGitHub/Natron/releases/tag/v2.5.0-alpha.1 which runs Python 3.9 |
If we can get Shiboken+PySide1 to compile for Python3.9, we're good!
Unfortunately, PySide does not officially support Python more recent than 3.4, see pyside/PySide#132
But MacPorts does it, and the patches are pretty simple:
html_add_permalinks
withhtml_permalinks
We may also want to collect the Win-specific patches from there: krrr/PySide@1.2.4...1.2.4-1
What needs to be done:
The text was updated successfully, but these errors were encountered: