Skip to content

Commit

Permalink
Merge pull request #21048 from charris/fix-3.10-aarch64
Browse files Browse the repository at this point in the history
MAINT: Use "3.10" instead of "3.10-dev" on travis.
  • Loading branch information
charris committed Feb 13, 2022
2 parents 0d98f5b + c689b60 commit 8230756
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -26,7 +26,7 @@ cache:

jobs:
include:
- python: 3.8
- python: "3.8"
os: linux
arch: ppc64le
env:
Expand All @@ -35,7 +35,7 @@ jobs:
- NPY_USE_BLAS_ILP64=1
- ATLAS=None

- python: 3.8
- python: "3.8"
os: linux
arch: s390x
env:
Expand All @@ -44,7 +44,7 @@ jobs:
- NPY_USE_BLAS_ILP64=1
- ATLAS=None

- python: 3.8
- python: "3.8"
os: linux
arch: arm64
virt: vm
Expand All @@ -53,7 +53,7 @@ jobs:
- DOWNLOAD_OPENBLAS=1
- ATLAS=None

- python: 3.10-dev
- python: "3.10"
os: linux
arch: arm64
virt: vm
Expand Down

0 comments on commit 8230756

Please sign in to comment.