summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-11-22 09:53:25 -0700
committerCharles Harris <charlesr.harris@gmail.com>2022-12-29 20:19:11 -0700
commitde3e50a34fe22214cd1517b62829884c9e10296b (patch)
tree55e1557aacb1a84cf146b2785f64ad2e185817d0 /tools
parent68d7aadd30cb7a4f6f32e76715b38b644df18602 (diff)
downloadnumpy-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.yml4
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: