dh1tw / pyhamtools

A Library with Amateur Radio specific Functions and Methods
MIT License
89 stars 25 forks source link

Python 3.9 removed the json.loads(encoding) keyword argument and the … #21

Closed df7cb closed 3 years ago

df7cb commented 4 years ago

…old plistlib API.

This is probably not everything that needs updating for 3.9, but it made the Debian package tests pass.

dh1tw commented 4 years ago

Hey Christoph, thanks for the PR! As always, very much appreciated!

I will try to update and provide Python 3.9 support before XMAS.

dh1tw commented 3 years ago

It took a bit longer than expected 😴 , but I finally added support for python 3.9 today. I used your Pull Request as the basis. Thanks a lot @df7cb, that was very useful and appreciated!