allenporter/pyrainbird

'encoding' argument removed in json.loads in Python 3.9

srozb opened this issue · 3 comments

srozb commented

According to Python 3.9 json module documentation, 'encoding' argument is removed.

But still used here.

This unfortunately renders the library unusable under 3.9 and Home Assistant 2021.07.

PR in this repo: #32

@jbarrancos Is that something you can help out with?

@jbarrancos Any chance you can release this as 0.4.3 so we can update the dependency in HA? I guess this issue can be closed afterwards.

Thanks!

Build latest