Fix acme_inspect problem with Python 3.5 (#87)

* Fix JSON loading problem with Python 3.5.

* Add changelog fragment.

* Enable 3.5 tests.
This commit is contained in:
Felix Fontein
2020-07-13 21:10:23 +02:00
committed by GitHub
parent 0786e93bb9
commit a19756ee77
3 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "acme_inspect - fix problem with Python 3.5 that JSON was not decoded (https://github.com/ansible-collections/community.crypto/issues/86)."