wbond / package_control

The Sublime Text package manager
https://packagecontrol.io
4.79k stars 815 forks source link

Disable OscryptoDownloader on python 3.8 #1677

Closed deathaxe closed 4 months ago

deathaxe commented 4 months ago

caused by #1676

This PR ...

  1. starts fading out OscryptoDownloader by disabling it on python 3.8 (aka ST4) platforms.
  2. fixes original logic to disable OscryptoDownloader for ST3 on linux.

Reasons:

  1. OscryptoDownloader relies on oscrypto which hasn't seen any viable updates for about 2 years at the time of writing this.
  2. MacOS related CI tests for python 3.8 start failing as Github Actions moved to ARM platform. The downloader just gets stuck without any error messages.