Skip to content

Commit

Permalink
Ship intermediate channel_v4 for python 3.8 libraries
Browse files Browse the repository at this point in the history
Not ideal, but the only way to support migration to python 3.8 for all packages
is to provide an intermediate channel_v4 with required metadata to support
already existing dependencies/libraries on python 3.8 plugin_host.

Note: They are maintained at https:/packagecontrol/channel
  • Loading branch information
deathaxe committed Dec 2, 2023
1 parent f834b4b commit e79e893
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Package Control.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
// 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"
],

Expand Down

0 comments on commit e79e893

Please sign in to comment.