@electron/check-python-tls

1.0.1 • Public • Published

@electron/check-python-tls

Checks if your version of python supports TLS1.2

How?

npx @electron/check-python-tls

A handy message will be printed out saying either your version of python is OK or telling you you need to update.

Why?

As of some time in 2018 GitHub only supports TLS 1.2 and higher, the default version of python on some distributions does not support this version of TLS.

This helper is a small script that checks your local install of python to see what version of TLS it supports.

How do I fix it?

Windows

Install the latest version of Python 2 from the Python Website

macOS

brew install python@2

Linux

Look around for the distribution specific upgrade instructions

Dependents (0)

Package Sidebar

Install

npm i @electron/check-python-tls

Weekly Downloads

6,032

Version

1.0.1

License

MIT

Unpacked Size

6.8 kB

Total Files

7

Last publish

Collaborators

  • electronhq