Hi, Graham Inggs (2021-11-06): > This package build-depends on python3-all-dev, but does not build > extensions/libraries for all supported python3 versions.
Thanks for this report :) debian/rules tries to build for every Python 3 version output by "py3versions -s". On my sid system, this command currently outputs only "python3.9". I understand that somehow, debian/rules should figure out that Python 3.10 is supported too. Correct? If so: where can it find this information? Thanks in advance, cheers!

