diff --git a/.travis.yml b/.travis.yml index 0a1a5c1..a7baec7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ env: - REPO_DIR=numpy # Also see CRON_COMMIT below - BUILD_COMMIT=main - - BUILD_DEPENDS=cython==0.29.21 + - BUILD_DEPENDS=cython==0.29.24 - TEST_DEPENDS="pytest hypothesis cffi pytz" # Commit when running from cron job - CRON_COMMIT=main @@ -55,6 +55,18 @@ jobs: - DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT} - NPY_AVAILABLE_MEM=4GiB + #- os: linux + #arch: arm64 + #env: + #- AZURE_PYTHON_VERSION="3.9" + #- PLAT=aarch64 + #- MB_PYTHON_VERSION=3.10 + #- MB_ML_VER=2014 + #- CONFIG_PATH: "config_ilp64.sh" + #- DEBUG_PRINT=1 + #- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT} + #- NPY_AVAILABLE_MEM=4GiB + before_install: - if [ "$TRAVIS_EVENT_TYPE" == "cron" ]; then CONTAINER="pre-release"; @@ -88,7 +100,7 @@ after_success: # https://travis-ci.com/github/MacPython/numpy-wheels/settings # originally generated at # anaconda.org/scipy-wheels-nightly/settings/access - # and + # and # anaconda.org/multibuild-wheels-staging/settings/access - if [ "$TRAVIS_BRANCH" == "main" ] ; then ANACONDA_ORG="scipy-wheels-nightly"; diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 032b939..4437d6b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -93,6 +93,19 @@ jobs: MB_ML_VER: "2014" CONFIG_PATH: "config_ilp64.sh" + #py_3.10_32: + #AZURE_PYTHON_VERSION: "3.9" + #MB_PYTHON_VERSION: "3.10" + #PLAT: "i686" + #MB_ML_VER: "2014" + #ENV_VARS_PATH: "env_vars_32.sh" + py_3.10_64: + AZURE_PYTHON_VERSION: "3.9" + MB_PYTHON_VERSION: "3.10" + MB_ML_VER: "2014" + CONFIG_PATH: "config_ilp64.sh" + DOCKER_TEST_IMAGE: "multibuild/focal_{PLAT}" + - template: azure/posix.yml parameters: name: macOS diff --git a/azure/posix.yml b/azure/posix.yml index 4ba297a..95282ff 100644 --- a/azure/posix.yml +++ b/azure/posix.yml @@ -10,7 +10,7 @@ jobs: variables: REPO_DIR: "numpy" PLAT: "x86_64" - CYTHON_BUILD_DEP: "cython==0.29.21" + CYTHON_BUILD_DEP: "cython==0.29.24" NIGHTLY_BUILD_COMMIT: "main" TEST_DEPENDS: "pytest hypothesis cffi pytz" JUNITXML: "test-data.xml" @@ -61,7 +61,7 @@ jobs: - bash: | set -ex echo $BUILD_COMMIT - + pip install virtualenv wheel BUILD_DEPENDS="$CYTHON_BUILD_DEP"