From 1118cdaa3ccf27f72e66acc334a7966bc2ec965f Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Fri, 6 Jun 2025 22:59:56 +0400 Subject: [PATCH] CI: Update Python version to 3.11 in environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 8926c85143e2b..74186bd2581c4 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ name: pandas-dev channels: - conda-forge dependencies: - - python=3.10 + - python=3.11 - pip # build dependencies