Skip to content

Support Python 3.12 with Pandas 1.5.3 #1016

@kerrick-js

Description

@kerrick-js

My company uses Pandas 1.5.3, which from my understanding means that we should use pandas-stubs 1.5.3.230321 (and newer versions like 2.2.3.241009 will not work; please correct me if I'm wrong). We currently use Python 3.10 and are in the process of upgrading to Python 3.12.

pandas-stubs 1.5.3.230321 specifies "Requires: Python >=3.8, <3.12" on PyPI. From my understanding, <3.12 wasn't a true requirement, and it was dropped in #628, right after 1.5.3.230321 was cut. Unfortunately there was never a 1.5.3.x version of pandas-stubs released without the <3.12 specifier. As a result, we can't upgrade to Python 3.12.

Could you please cut a 1.5.3.x release of pandas-stubs that removes the Python<3.12 requirement?

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