Skip to content

Unpin Python version in the development environment #61585

Open
@datapythonista

Description

@datapythonista

xref #61555

Our base conda environment environment.yml is used locally by pandas developers (contributors and maintainers), and for some CI jobs, like building the documentation. For stability, we pinned the version of Python to a specific version (currently python=3.10). As new versions of Python are released, this is becoming outdated, and for no particular reason we're now going building our docs and creating our development environments in a Python version soon to stop being supported.

This issue is to remove the pin, leave python open to any version, which in general it should be the latest available, and fix all the problems in the CI caused by upgrading the version here.

The errors detected when upgrading can be found here:

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIContinuous IntegrationDependenciesRequired and optional dependenciesNeeds DiscussionRequires discussion from core team before further action

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions