Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
CI: Update Python version to 3.11 in environment.yml
  • Loading branch information
datapythonista committed Jun 6, 2025
commit 1118cdaa3ccf27f72e66acc334a7966bc2ec965f
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pandas-dev
channels:
- conda-forge
dependencies:
- python=3.10
- python=3.11
- pip

# build dependencies
Expand Down
Loading