Skip to content

Commit

Permalink
Merge pull request #22965 from charris/update-ci-test-matrix
Browse files Browse the repository at this point in the history
MAINT: Update python 3.11-dev to 3.11.
  • Loading branch information
charris committed Jan 8, 2023
2 parents 2c70b66 + 8bfb680 commit c341fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11-dev"]
python-version: ["3.9", "3.10", "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:
Expand Down

0 comments on commit c341fcd

Please sign in to comment.