diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-02-13 06:28:49 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2022-02-13 06:28:49 -0700 |
commit | e4642682150074cf614c5eb6c99cfda38378e578 (patch) | |
tree | 28ffc49f208b26d62245c0cee14e8e177cbd524e /.travis.yml | |
parent | 4c60b3263ac50e5e72f6a909e156314fc3c9cba0 (diff) | |
download | numpy-e4642682150074cf614c5eb6c99cfda38378e578.tar.gz |
MAINT: Use "3.10" instead of "3.10-dev" on travis.
Diffstat (limited to '.travis.yml')
-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 |