summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2023-01-08 11:28:26 -0700
committerCharles Harris <charlesr.harris@gmail.com>2023-01-08 11:28:26 -0700
commit56197b1460632b95c9c0450e42849fda77a1224f (patch)
treedfd5997b5a162a2632d2a338a9b96b17987aa2a7 /.github
parenta8113f468639c1aadb3cf384008c413030989b66 (diff)
downloadnumpy-56197b1460632b95c9c0450e42849fda77a1224f.tar.gz
MAINT: Update python 3.11-dev to 3.11.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index 35a0b8524..9d391b508 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ["3.9", "3.10", "3.11-dev", "pypy3.9-v7.3.11"]
+ python-version: ["3.9", "3.10", "3.11", "pypy3.9-v7.3.11"]
env:
EXPECT_CPU_FEATURES: "SSE SSE2 SSE3 SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_KNM AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL"
steps: