4105-3.0.0
This release requires Package Control v4 or higher.
To install the latest Package Control, you can just execute the following script in ST console. (see wbond/package_control#1612)
from urllib.request import urlretrieve;urlretrieve(url="https://github.com/wbond/package_control/releases/latest/download/Package.Control.sublime-package", filename=sublime.installed_packages_path() + '/Package Control.sublime-package')
You also have to make sure Package Control's v4 channel is in its plugin settings and not being overridden.
// A list of URLs that each contain a JSON file with a list of repositories.
// The repositories from these channels are placed in order after the
// repositories from the "repositories" setting
"channels": [
// channel_v4 for python 3.8 compatible libraries to enable plugins
// to migrate to python 3.8 until packagecontrol.io supports new scheme.
// Note: Must always be located before default channel in the list!
"https://packagecontrol.github.io/channel/channel_v4.json",
// default channel for packages
"https://packagecontrol.io/channel_v3.json"
],
- refactor: use py38 libs (
pydantic
,requests
) and remove vendor libs