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

Add .python-version to support newest ST4 #174

Merged
merged 1 commit into from
Sep 13, 2023

Commits on Sep 12, 2023

  1. Add .python-version to support newest ST4

    > To provide for backward compatibility, Sublime Text 4050 will continue
    > to run all plugins using Python 3.3.
    >
    > Any package that wishes to use Python 3.8 must create a file named
    > .python-version in the root of the packages. This file should contain
    > either the text 3.3 or 3.8 to select the version of Python to use. If a
    > file named .python-version is not present, or it contains any value
    > other than 3.8, then Python 3.3 will be used.
    >
    > All plugins in a package will use the same version of Python. Any
    > package with a .python-version file containing 3.8 loaded in older
    > builds of Sublime Text will try to run the plugins using Python 3.3.
    >
    > https://www.sublimetext.com/docs/api_environments.html#python-version
    gerardroche committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    254e0d7 View commit details
    Browse the repository at this point in the history