grahamwetzler / smart-meter-texas

Package to connect to and retrieve data from the unoffical Smart Meter Texas API
MIT License
12 stars 13 forks source link

Use SSLContext.minimum_version #143

Closed cdce8p closed 10 months ago

cdce8p commented 11 months ago

Starting with Python 3.7 SSLContext.options is deprecated. The replacement is SSLContext.minimum_version. I've added sys.version_info guards since Python 3.6 should still be supported. Those can be removed once the support is dropped.

cdce8p commented 10 months ago

/CC @grahamwetzler Not sure if you've seen it.

grahamwetzler commented 10 months ago

Sorry about that. Looks good, thanks.