Skip to content

feature request: add support for building with python 3.13 #870

@axel7083

Description

@axel7083

Describe the bug

Cannot run poetry install with Python 3.13

To Reproduce

  1. assert python --version >= 3.13
  2. run poetry install
  3. assert install fail

Logs

Note: This error originates from the build backend, and is likely not a problem with poetry but one of the following issues with grpcio (1.62.1)

  - not supporting PEP 517 builds
  - not specifying PEP 517 build requirements correctly
  - the build requirements are incompatible with your operating system or Python version
  - the build requirements are missing system dependencies (eg: compilers, libraries, headers).

You can verify this by running pip wheel --no-cache-dir --use-pep517 "grpcio (==1.62.1)".

The project uses grpcio version 1.62.1 which seems to be incompatible with python 3.13

[[package]]
name = "grpcio"
version = "1.62.1"

From my testing dependencies to bump: pymilvus, cffi, greenlet & pandas (PR tentative : axel7083#2)

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