-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
CIContinuous IntegrationContinuous IntegrationDependenciesRequired and optional dependenciesRequired and optional dependenciesNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action
Description
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
Labels
CIContinuous IntegrationContinuous IntegrationDependenciesRequired and optional dependenciesRequired and optional dependenciesNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action