Hello, and sorry my bad English.
I have a plugin, that i made on Windows. In root folder I create file .python-version
with text 3.8
, and my plugin supports Python 3.8 syntax.
My friend install my plugin on mac os catalina (10.15), but when sublime text try loading my plugin, an error rised. Invalid syntax. A friend checked the interpreter version: plugin starts loading in Python 3.3.
How to make the plugin run in 3.8?