In pypi I have seen that wheel for arm64 is released only for python 3.9 and in .github/workflows/release.yml I can see that you are skipping wheel creation for python3.6, 3.7, and 3.8.
It looks that it is because numpy aarcch64 wheels are available for version greater or equal to 1.19. Can we not create python3.6, 3.7, and 3.8 wheels with higher numpy versions(eg. Numpy==1.19 or later)?
In pypi I have seen that wheel for arm64 is released only for python 3.9 and in .github/workflows/release.yml I can see that you are skipping wheel creation for python3.6, 3.7, and 3.8.
It looks that it is because numpy aarcch64 wheels are available for version greater or equal to 1.19. Can we not create python3.6, 3.7, and 3.8 wheels with higher numpy versions(eg. Numpy==1.19 or later)?