molecule with ansible 2.10?

Does molecule support ansible 2.10? I figured out that I have to pip install molecule[docker] and ansible-galaxy collection install community.docker to get the docker functionality, but molecule still fails:

ERROR! couldn't resolve module/action 'docker_container'. This often indicates a misspelling, missing collection, or incorrect module path.

because molecule_docker/playbooks/destroy.yml uses docker_container: instead of community.docker.docker_container:?

Yes it does, but this is not the right channel to ask about molecule. By chance I seen the message now, the correct channel would be https://github.com/ansible-community/molecule/discussions

Inside the project readme you will see which versions of ansible are supported and if you look at CI configuration you will discover that is not only tested with latest two releases of Ansible but also with the devel branch.