diff options
| author | Sebastian Berg <sebastian@sipsolutions.net> | 2022-02-13 06:34:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-13 06:34:23 -0800 |
| commit | 344a3cbcba7c2dca5b4bd2f31fd547fd3afd0e05 (patch) | |
| tree | 37738789a46436f0b616c42736159220eb55b86f | |
| parent | 211111082d1ee21492a1704699ea4b17c4a64ead (diff) | |
| parent | e4642682150074cf614c5eb6c99cfda38378e578 (diff) | |
| download | numpy-344a3cbcba7c2dca5b4bd2f31fd547fd3afd0e05.tar.gz | |
Merge pull request #21046 from charris/fix-3.10-aarch64
MAINT: Use "3.10" instead of "3.10-dev" on travis.
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 5652e2dbd..e12001269 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ cache: jobs: include: - - python: 3.8 + - python: "3.8" os: linux arch: ppc64le env: @@ -35,7 +35,7 @@ jobs: - NPY_USE_BLAS_ILP64=1 - ATLAS=None - - python: 3.8 + - python: "3.8" os: linux arch: s390x env: @@ -44,7 +44,7 @@ jobs: - NPY_USE_BLAS_ILP64=1 - ATLAS=None - - python: 3.8 + - python: "3.8" os: linux arch: arm64 virt: vm @@ -53,7 +53,7 @@ jobs: - DOWNLOAD_OPENBLAS=1 - ATLAS=None - - python: 3.10-dev + - python: "3.10" os: linux arch: arm64 virt: vm |
