Am I right that the Package Control plugin works entirely in the python 3.3 world in Sublime Text 4? The plugin <data_path>/Installed Packages/0_package_control_loader.sublime-package does not contain the .python-version file. I tried to create a parallel structure: <data_path>/Packages/0_package_control_loader/.python-version, with the contents “3.8”, and it resulted in the opposite: now package control only works in python 3.8, with all the 3.3 plugins unable to use dependencies.
So, what to do if I want to use Sublime Text 4 with package control for both 3.3 and 3.8 plugins? Is it possible?