snowflake-connector-python
snowflake-connector-python copied to clipboard
SNOW-2684150: Support and provide prebuilt wheels for Python 3.14
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.)