Closed
Description
Is your feature request related to a problem? Please describe.
Right now our Linux wheel is named temporalio-0.1a1.dev1-cp37-abi3-manylinux_2_31_x86_64.whl
. This means it only works on glibc 2.31+ per https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/.
Describe the solution you'd like
We can use manylinux container to get Linux builds that work with a wider range of linuxes (e.g. manylinux2010
or manylinux2014
). We need to investigate the effort/value of this.