Automatminer installation issue in Python3.10

I’m trying to install automatminer (v1.0.3.20200727) in a Python 3.10 environment, but the installation fails due to a pyyaml==5.1.2 build error. Even after installing Cython, I get the following traceback:

AttributeError: cython_sources

Is it so that pyyaml==5.1.2 is not compatible with Python 3.10 ?