Open
Description
We currently have python 3.8 support here, however, downstream customers such as torchrec support python 3.7+. Unfortunately because we need to explicitly link explicit versions of python as we need to make a small patch to the library, we can run into version mismatch errors in certain use cases.
Here we aim to add support for
- Python 3.7
- Python 3.9
- Python 3.10
By default for now make the let python 3.8 by the default. We can use global variables to specify which version of python we'd want (ie. export MULTIPY_PYTHON_VERSION=3.10
)
Metadata
Metadata
Assignees
Labels
No labels