gurumitts / pylutron-caseta

Apache License 2.0
153 stars 98 forks source link

Remove deprecated ssl.PROTOCOL_TLSv1_2 #143

Closed cdce8p closed 1 year ago

cdce8p commented 1 year ago

PROTOCOL_TLSv1_2 has been deprecated since Python 3.6. Use ssl.PROTOCOL_TLS_CLIENT instead.

https://docs.python.org/3/library/ssl.html#ssl.SSLContext