diff options
| author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-09-08 09:16:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-08 09:16:35 -0700 |
| commit | 0fb1554b6d210093f569e8ac4a5715219b955a88 (patch) | |
| tree | 378229e334e97a440f5da41fa1276c61fef9c35e | |
| parent | da5d9248b8c58ddec70db123307c9db83f713761 (diff) | |
| parent | 1907308e81d1a6433772be31acd70d9f97580b51 (diff) | |
| download | numpy-0fb1554b6d210093f569e8ac4a5715219b955a88.tar.gz | |
Merge pull request #19846 from charris/update-to-3.10rc2
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 |
