From 52d843e851bc6591c9e855bdff72992bc18e1677 Mon Sep 17 00:00:00 2001 From: "Garth N. Wells" Date: Thu, 3 Oct 2024 08:56:23 +0100 Subject: [PATCH] Move to py311 for oneAPI test (#3451) --- python/conda-oneapi-test-env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/conda-oneapi-test-env.yml b/python/conda-oneapi-test-env.yml index 3cfe5a613c1..fcc75b7e85a 100644 --- a/python/conda-oneapi-test-env.yml +++ b/python/conda-oneapi-test-env.yml @@ -6,7 +6,7 @@ channels: - defaults dependencies: - intelpython3_core - - python=3.10 + - python=3.11 - dpcpp_linux-64 - mkl - libblas=*=*mkl