Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Use "3.10" instead of "3.10-dev" on travis. #21048

Merged
merged 1 commit into from Feb 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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