Skip to content

Add explicit python 3.7, 3.9, and 3.10 support to multipy/runtime #95

Open
@PaliC

Description

@PaliC

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions