From 130d0c3b63be880ba813427373de9f2b17202c2c Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Sat, 9 Oct 2021 19:28:44 -0700 Subject: [PATCH 1/9] BLD: Python 3.10 Wheels on macOS & Windows --- azure-pipelines.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e5b25fa..501d14a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,6 +51,12 @@ jobs: PYTHON_ARCH: "x64" NP_BUILD_DEP: "1.19.3" NIGHTLY_BUILD: "true" + py_3.10_64: + MB_PYTHON_VERSION: "3.10" + PYTHON_ARCH: "x64" + NP_BUILD_DEP: "numpy==1.21.2" + CYTHON_BUILD_DEP: "cython==0.29.24" + NIGHTLY_BUILD: "true" - template: azure/posix.yml parameters: @@ -119,3 +125,8 @@ jobs: MB_PYTHON_VERSION: "3.9" NP_BUILD_DEP: "numpy==1.19.3" NIGHTLY_BUILD: "true" + py_3.10_64: + MB_PYTHON_VERSION: "3.10" + NP_BUILD_DEP: "numpy==1.21.2" + CYTHON_BUILD_DEP: "cython==0.29.24" + NIGHTLY_BUILD: "true" From 139024e5337d88409037a71a988126c8ea33be97 Mon Sep 17 00:00:00 2001 From: Thomas Li Date: Mon, 18 Oct 2021 16:15:44 -0700 Subject: [PATCH 2/9] DEPS: Update multibuild submodule --- multibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multibuild b/multibuild index 7684e52..b89bb90 160000 --- a/multibuild +++ b/multibuild @@ -1 +1 @@ -Subproject commit 7684e52bcb023d511c4f17b638d497203f218a68 +Subproject commit b89bb903e94308be79abefa4f436bf123ebb1313 From ef8a5e3a5871489d9675bbd59f757323b916d361 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Mon, 18 Oct 2021 20:35:49 -0700 Subject: [PATCH 3/9] Update posix.yml --- azure/posix.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure/posix.yml b/azure/posix.yml index 52fcf28..fa85371 100644 --- a/azure/posix.yml +++ b/azure/posix.yml @@ -29,7 +29,6 @@ jobs: inputs: versionSpec: $(MB_PYTHON_VERSION) displayName: Set python version - condition: not(eq(variables['MB_PYTHON_VERSION'], '3.10')) - bash: | set -e From 7477e66c8ae6a3ffd18393e0880111dae7fdb186 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Tue, 19 Oct 2021 16:04:06 -0700 Subject: [PATCH 4/9] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 501d14a..4498116 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -110,7 +110,7 @@ jobs: - template: azure/posix.yml parameters: name: macOS - vmImage: macOS-10.14 + vmImage: macOS-latest matrix: py_3.7_64: MB_PYTHON_VERSION: "3.7" From 70d3081543a4f7c9bf7772b882de8a5ee54f4116 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Wed, 20 Oct 2021 15:00:33 -0700 Subject: [PATCH 5/9] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4498116..26870b2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,7 +54,7 @@ jobs: py_3.10_64: MB_PYTHON_VERSION: "3.10" PYTHON_ARCH: "x64" - NP_BUILD_DEP: "numpy==1.21.2" + NP_BUILD_DEP: "numpy==1.21.3" CYTHON_BUILD_DEP: "cython==0.29.24" NIGHTLY_BUILD: "true" @@ -127,6 +127,6 @@ jobs: NIGHTLY_BUILD: "true" py_3.10_64: MB_PYTHON_VERSION: "3.10" - NP_BUILD_DEP: "numpy==1.21.2" + NP_BUILD_DEP: "numpy==1.21.3" CYTHON_BUILD_DEP: "cython==0.29.24" NIGHTLY_BUILD: "true" From 8e96a27ddbc6598ff1e63c27c8a18c04b4270e3c Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Wed, 20 Oct 2021 15:49:54 -0700 Subject: [PATCH 6/9] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 26870b2..132a28c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -127,6 +127,7 @@ jobs: NIGHTLY_BUILD: "true" py_3.10_64: MB_PYTHON_VERSION: "3.10" + PLAT: universal2 # No numpy x86_64 wheels on MacOS anymore NP_BUILD_DEP: "numpy==1.21.3" CYTHON_BUILD_DEP: "cython==0.29.24" NIGHTLY_BUILD: "true" From 40761783772302c1ab37f7ffc8e0c1143c981e6f Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Fri, 22 Oct 2021 15:54:32 -0700 Subject: [PATCH 7/9] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 132a28c..61cc787 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,7 +52,7 @@ jobs: NP_BUILD_DEP: "1.19.3" NIGHTLY_BUILD: "true" py_3.10_64: - MB_PYTHON_VERSION: "3.10" + PYTHON_VERSION: "3.10" PYTHON_ARCH: "x64" NP_BUILD_DEP: "numpy==1.21.3" CYTHON_BUILD_DEP: "cython==0.29.24" From 6726a6082e02ba651ffbfa3e785fc904a4ba8389 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Fri, 22 Oct 2021 16:01:57 -0700 Subject: [PATCH 8/9] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 61cc787..59fbcf0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,7 +54,7 @@ jobs: py_3.10_64: PYTHON_VERSION: "3.10" PYTHON_ARCH: "x64" - NP_BUILD_DEP: "numpy==1.21.3" + NP_BUILD_DEP: "1.21.3" CYTHON_BUILD_DEP: "cython==0.29.24" NIGHTLY_BUILD: "true" From 57056a7d78c93df7e542266bf1a9ea09ba264ed4 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Fri, 22 Oct 2021 16:09:58 -0700 Subject: [PATCH 9/9] Update azure-pipelines.yml --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 59fbcf0..0334b7d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,7 +55,6 @@ jobs: PYTHON_VERSION: "3.10" PYTHON_ARCH: "x64" NP_BUILD_DEP: "1.21.3" - CYTHON_BUILD_DEP: "cython==0.29.24" NIGHTLY_BUILD: "true" - template: azure/posix.yml @@ -129,5 +128,4 @@ jobs: MB_PYTHON_VERSION: "3.10" PLAT: universal2 # No numpy x86_64 wheels on MacOS anymore NP_BUILD_DEP: "numpy==1.21.3" - CYTHON_BUILD_DEP: "cython==0.29.24" NIGHTLY_BUILD: "true"