Get Python’s Supported TLS Versions

python -c "import requests; print(requests.get('https://www.howsmyssl.com/a/check').json()['tls_version'])"