No wheel available for python 3.10 on PyPI
Describe the bug
Currently, no wheel is available for python version 3.10 on PyPI, while wheels for python version 3.6–3.9 are available (see here). This leads to the package being built from source on pip install and therefore increased install times. It does seem like a wheel is built for python 3.10 in the GitHub workflows (see here for antspyx version 3.3). Would it be possible for a wheel be made available for python version 3.10?
To Reproduce Steps to reproduce the behavior:
- Go to the PyPI files listing for antspyx.
- No
.whlfile for python version 3.10 (cp310) is listed.
Alternatively:
4. Run pip download --python-version "3.10" --no-deps antspyx
5. Pip downloads a .tar.gz file, not a .whl file.
Expected behavior A wheel for python version 3.10 being available on PyPI.
will address with next release.