snowflake-connector-python icon indicating copy to clipboard operation
snowflake-connector-python copied to clipboard

SNOW-2684150: Support and provide prebuilt wheels for Python 3.14

Open akx opened this issue 2 months ago • 2 comments

There are no prebuilt wheels for Python 3.14 (released 7 Oct 2025) for snowflake-connector-python on PyPI, necessitating building the package from source (which can't be done on e.g. the common "slim" Python Docker images; try e.g. docker run -it ghcr.io/astral-sh/uv:python3.14-trixie-slim uv pip install --system snowflake-connector-python to see it fail).

Prebuilt wheels exist on PyPI for Python 3.13 and other older versions.

Related to #2580 (but that's related to free-threaded 3.14, not vanilla 3.14, like this.)

akx avatar Nov 07 '25 14:11 akx