diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-09-07 20:51:25 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2021-09-07 20:51:25 -0600 |
commit | 1907308e81d1a6433772be31acd70d9f97580b51 (patch) | |
tree | 5e3ccfaf5738bd06b012f4a2c1dbd005c389a160 | |
parent | 1fe57b2427e20f466c254ed6a98a014d9a9e574e (diff) | |
download | numpy-1907308e81d1a6433772be31acd70d9f97580b51.tar.gz |
MAINT: Update testing to 3.10rc2
-rw-r--r-- | .github/workflows/build_test.yml | 2 | ||||
-rw-r--r-- | .travis.yml | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 950294fe8..1c062d73c 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9, 3.10.0-rc.1] + python-version: [3.9, 3.10.0-rc.2] steps: - uses: actions/checkout@v2 with: diff --git a/.travis.yml b/.travis.yml index 839f52ed1..5652e2dbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,6 +53,14 @@ jobs: - DOWNLOAD_OPENBLAS=1 - ATLAS=None + - python: 3.10-dev + os: linux + arch: arm64 + virt: vm + env: + # use OpenBLAS build, not system ATLAS + - DOWNLOAD_OPENBLAS=1 + - ATLAS=None before_install: - ./tools/travis-before-install.sh |