-
Notifications
You must be signed in to change notification settings - Fork 17
Opt-in to python 3.8 #152
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
Opt-in to python 3.8 #152
Conversation
This commit... 1. opts-in Helium to python 3.8 2. adjusts dependencies for python 3.8 plugin_host - "enum" is now built-in and no longer needed - "pyzmq" 26 however requires "tornado" library
Remove ST version number.
|
|
Hey, thanks for your PR! I'm not using sublime text anymore, so sadly I cannot test the PR. Does Helium still work with ST3? |
|
This PR doesn't change anything for ST3. It only marks the plugin to run on python 3.8 in ST4, primarily to use latest pyzmq library and support arm64 platforms. |
|
Closes #150 |
|
FWIW, this PR was created together with yaroslavyaroslav. He confirmed Helium working on ST4 MacOS M1. |
|
Thanks for your efforts. |



Fixes #146
Fixes #150
This PR...
This change fixes compatibility with Apple Silicon and Linux ARM64.
Note: These are least required changes. I see some Syntax Warnings in console. Maybe a bit more action needst to be taken to fully support python 3.8