diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-11-22 09:53:25 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2022-12-29 20:19:11 -0700 |
commit | de3e50a34fe22214cd1517b62829884c9e10296b (patch) | |
tree | 55e1557aacb1a84cf146b2785f64ad2e185817d0 /tools | |
parent | 68d7aadd30cb7a4f6f32e76715b38b644df18602 (diff) | |
download | numpy-de3e50a34fe22214cd1517b62829884c9e10296b.tar.gz |
MAINT: Replace Python3.8 by Python3.9.
We will drop Python3.8 in NumPy 1.25. This PR updates the ci tests and
wheel builds to use 3.9.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ci/cirrus_general.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/ci/cirrus_general.yml b/tools/ci/cirrus_general.yml index afbd742ea..375e07c0f 100644 --- a/tools/ci/cirrus_general.yml +++ b/tools/ci/cirrus_general.yml @@ -24,10 +24,8 @@ linux_aarch64_task: # single task takes longer than 60 mins (the default time limit for a # cirrus-ci task). - env: - CIBW_BUILD: cp38-* - EXPECT_CPU_FEATURES: NEON NEON_FP16 NEON_VFPV4 ASIMD ASIMDHP ASIMDDP ASIMDFHM - - env: CIBW_BUILD: cp39-* + EXPECT_CPU_FEATURES: NEON NEON_FP16 NEON_VFPV4 ASIMD ASIMDHP ASIMDDP ASIMDFHM - env: CIBW_BUILD: cp310-* - env: |