Skip to content

Python 3.13 SupportΒ #1993

@ShaneMazur

Description

@ShaneMazur

Describe the bug

Fails to install the package with python 3.13. Recreation of #1845

Given python 3.13 being supported in dbt-core since version 1.10 (released June 16th) I figured it would be a good time to revisit this issue.

To Reproduce

Install the package >=0.16.2 on any python 3.13 environment. To make this easy I provide this docker definition:

FROM        python:3.13-slim
RUN         pip install elementary-data==0.16.2

It seems to be directly related to the addition of numpy<2.0.0 which does not work with python 3.13. You will get the same error if you build the docker:

FROM        python:3.13-slim
RUN         pip install "numpy<2.0.0"

Expected behavior
Package supports python 3.13

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions