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

Switch to New Python 3.8 Enviroment #36

Open
4 tasks
tajmone opened this issue Aug 12, 2022 · 0 comments
Open
4 tasks

Switch to New Python 3.8 Enviroment #36

tajmone opened this issue Aug 12, 2022 · 0 comments
Labels
👅 Python Lang: Python

Comments

@tajmone
Copy link
Owner

tajmone commented Aug 12, 2022

The package is currently using the default Python environment (Python 3.3.6), but we should switch to the latest Python 3.8 environment used by Sublime Text 4, since this is a ST4 package.

  • Create .python-version file in root containing 3.8 string.
  • Check that all current macros work fine:
    • macros/Transform Word - Bold.sublime-macro
    • macros/Transform Word - Italic.sublime-macro

The switch shouldn't break anything, since we don't have any Python modules in the package. But to be on the safe — since I don't know the ST API and whether the switch might affect the syntax of our current macros — we should check that macros don't break due to the Python version switch.

@tajmone tajmone added the 👅 Python Lang: Python label Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👅 Python Lang: Python
Projects
None yet
Development

No branches or pull requests

1 participant