There's a merged pull request on the void-packages repository python3-PGPy: update to 0.5.4 https://github.com/void-linux/void-packages/pull/37895 Description: The previous version of python3-PGPy (0.5.3) is not compatible with python 3.10 because of the `collections.MutableMapping` deprecation. You can reproduce the issue by installing `python3-PGPy`, then running `python3` and within that, `import pgpy`. #### Testing the changes - I tested the changes in this PR: **briefly**