From 90ceab4f7112d17cec6cb72f2502d062401405ce Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Fri, 27 Oct 2023 18:45:17 +0100 Subject: [PATCH 1/2] Try out Py3.12 for Azure pipelines CI --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b41f8594a1f..c45a8e69763 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,13 +26,13 @@ jobs: PYTHON_ARCH: 'x64' BUILD_TYPE: 'normal' imageName: 'windows-2019' - Win-Python311-64bit-full: - PYTHON_VERSION: '3.11' + Win-Python312-64bit-full: + PYTHON_VERSION: '3.12' PYTHON_ARCH: 'x64' BUILD_TYPE: 'normal' imageName: 'windows-2019' - Win-Python311-64bit-full-wheel: - PYTHON_VERSION: '3.11' + Win-Python312-64bit-full-wheel: + PYTHON_VERSION: '3.12' PYTHON_ARCH: 'x64' BUILD_TYPE: 'wheel' NUMPY_MIN: '1.23.2' @@ -43,8 +43,8 @@ jobs: BUILD_TYPE: 'wheel' NUMPY_MIN: '1.22.3' imageName: 'windows-2019' - Linux-Python311-64bit-full-wheel: - PYTHON_VERSION: '3.11' + Linux-Python312-64bit-full-wheel: + PYTHON_VERSION: '3.12' PYTHON_ARCH: 'x64' BUILD_TYPE: 'wheel' NUMPY_MIN: '1.23.2' From 9c96431fbcc2ced2214c20abbee4fdbf209144e3 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Sat, 28 Oct 2023 07:50:23 +0100 Subject: [PATCH 2/2] bump up minimum python for py3.12 in azp --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c45a8e69763..61d58be7e95 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,7 +35,7 @@ jobs: PYTHON_VERSION: '3.12' PYTHON_ARCH: 'x64' BUILD_TYPE: 'wheel' - NUMPY_MIN: '1.23.2' + NUMPY_MIN: '1.26.0' imageName: 'windows-2019' Win-Python39-64bit-full-wheel: PYTHON_VERSION: '3.9' @@ -47,7 +47,7 @@ jobs: PYTHON_VERSION: '3.12' PYTHON_ARCH: 'x64' BUILD_TYPE: 'wheel' - NUMPY_MIN: '1.23.2' + NUMPY_MIN: '1.26.0' imageName: 'ubuntu-latest' Linux-Python39-64bit-full-wheel: PYTHON_VERSION: '3.9'