Skip to content

Commit

Permalink
MAINT: Use "3.10" instead of "3.10-dev" on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Feb 13, 2022
1 parent 0d98f5b commit c689b60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
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 c689b60

Please sign in to comment.