From cbcfff204c5c2aef244350157d6f63350ab59451 Mon Sep 17 00:00:00 2001 From: Timothy Willard <9395586+TimothyWillard@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:12:05 -0400 Subject: [PATCH] Change default python to 3.11 Changed the default python version to 3.11 from 3.11 after now having merged GH-280. --- build/create_environment_yml.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/create_environment_yml.R b/build/create_environment_yml.R index 86e866fd6..ea19324a4 100644 --- a/build/create_environment_yml.R +++ b/build/create_environment_yml.R @@ -37,7 +37,7 @@ new_environment_yml <- c( "- r", "- dnachun", "dependencies:", - "- python=3.10", + "- python=3.11", "- pip", "- r-base>=4.3", "- pyarrow=17.0.0",