Skip to content

Support python 3.12 (and 3.13, and future versions) #55

@awoimbee

Description

@awoimbee

According to the pyproject:

# We need to support at least 3.8 because of pandas and limit to 3.11 because of
# numpy.
python = "^3.8, <3.12"

Numpy is now compatible with python 3.12.


Note that specifying an upper limit for the python version is discouraged, the official docs say:

Think twice before applying an upper bound like requires-python = "<= 3.10" here. This blog post contains some information regarding possible problems.

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